ContentPresenter.OnContentStringFormatChanged(String, String) Metodo

Definizione

Richiamato 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 della proprietà ContentStringFormat.

newContentStringFormat
String

Nuovo valore della proprietà ContentStringFormat .

Si applica a