ContentControl.OnContentStringFormatChanged Method
.NET Framework 4.6 and 4.5
Occurs when the ContentStringFormat property changes.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
protected virtual void OnContentStringFormatChanged( string oldContentStringFormat, string newContentStringFormat )
Parameters
- oldContentStringFormat
- Type: System.String
The old value of ContentStringFormat.
- newContentStringFormat
- Type: System.String
The new value of ContentStringFormat.
Show: