ContentControl.OnContentStringFormatChanged(String, String) Method

Definition

Occurs 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 ContentStringFormat.

newContentStringFormat
String

The new value of ContentStringFormat.

Applies to