ContentPresenter.OnContentStringFormatChanged(String, String) Método

Definición

Se invoca cuando cambia la propiedad ContentStringFormat.

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

Valor antiguo de la propiedad ContentStringFormat.

newContentStringFormat
String

Nuevo valor de la propiedad ContentStringFormat .

Se aplica a