ContentControl.OnContentStringFormatChanged(String, String) Método

Definição

Ocorre quando a propriedade ContentStringFormat muda.

protected:
 virtual void OnContentStringFormatChanged(System::String ^ oldContentStringFormat, System::String ^ newContentStringFormat);
protected virtual void OnContentStringFormatChanged (string oldContentStringFormat, string newContentStringFormat);
abstract member OnContentStringFormatChanged : string * string -> unit
override this.OnContentStringFormatChanged : string * string -> unit
Protected Overridable Sub OnContentStringFormatChanged (oldContentStringFormat As String, newContentStringFormat As String)

Parâmetros

oldContentStringFormat
String

O valor antigo de ContentStringFormat.

newContentStringFormat
String

O novo valor de ContentStringFormat.

Aplica-se a