ContentControl.OnContentStringFormatChanged(String, String) Metodo

Definizione

Si verifica quando la proprietà ContentStringFormat cambia.

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)

Parametri

oldContentStringFormat
String

Valore precedente di ContentStringFormat.

newContentStringFormat
String

Nuovo valore di ContentStringFormat.

Si applica a