ContentControl::OnContentStringFormatChanged Method (String^, String^)
.NET Framework (current version)
Occurs when the ContentStringFormat property changes.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: