ContentPresenter::OnContentStringFormatChanged Method (String^, String^)
.NET Framework (current version)
Invoked 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 the ContentStringFormat property.
- newContentStringFormat
-
Type:
System::String^
The new value of the ContentStringFormat property.
.NET Framework
Available since 3.0
Available since 3.0
Show: