Freezable.OnPropertyChanged Method
.NET Framework 3.0
Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a dependency property of type Freezable changing.
Namespace: System.Windows
Assembly: WindowsBase (in windowsbase.dll)
Assembly: WindowsBase (in windowsbase.dll)
protected void OnPropertyChanged ( DependencyPropertyChangedEventArgs e )
protected override function OnPropertyChanged ( e : DependencyPropertyChangedEventArgs )
You cannot use methods in XAML.
Parameters
- e
Event data that contains information about which property changed, and its old and new values.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.