This documentation is archived and is not being maintained.
ContentControl.OnContentStringFormatChanged Method
Visual Studio 2008
Updated: July 2008
Occurs when the ContentStringFormat property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
'Declaration Protected Overridable Sub OnContentStringFormatChanged ( _ oldContentStringFormat As String, _ newContentStringFormat As String _ ) 'Usage Dim oldContentStringFormat As String Dim newContentStringFormat As String Me.OnContentStringFormatChanged(oldContentStringFormat, _ newContentStringFormat)
You cannot use methods in XAML.
Parameters
- oldContentStringFormat
- Type: System.String
The old value of ContentStringFormat.
- newContentStringFormat
- Type: System.String
The new value of ContentStringFormat.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: