ContentPresenter.OnContentStringFormatChanged(String, String) Method

Definition

Invoked when the ContentStringFormat property changes.

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)

Parameters

oldContentStringFormat
String

The old value of the ContentStringFormat property.

newContentStringFormat
String

The new value of the ContentStringFormat property.

Applies to