ContentControl.OnContentStringFormatChanged Method (String, String)
.NET Framework (current version)
Occurs when the ContentStringFormat property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
abstract OnContentStringFormatChanged : oldContentStringFormat:string * newContentStringFormat:string -> unit override OnContentStringFormatChanged : oldContentStringFormat:string * newContentStringFormat:string -> unit
Parameters
- oldContentStringFormat
-
Type:
System.String
The old value of ContentStringFormat.
- newContentStringFormat
-
Type:
System.String
The new value of ContentStringFormat.
.NET Framework
Available since 3.0
Available since 3.0
Show: