The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: