Freezable::OnPropertyChanged Method (DependencyPropertyChangedEventArgs)
.NET Framework (current version)
Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a changing dependency property of type Freezable.
Assembly: WindowsBase (in WindowsBase.dll)
protected: virtual void OnPropertyChanged( DependencyPropertyChangedEventArgs e ) override
Parameters
- e
-
Type:
System.Windows::DependencyPropertyChangedEventArgs
Event data that contains information about which property changed, and its old and new values.
.NET Framework
Available since 3.0
Available since 3.0
Show: