Invoked whenever the effective value of any dependency property has been updated.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
Syntax
| C# |
|---|
protected override void OnPropertyChanged( DependencyPropertyChangedEventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnPropertyChanged ( _ e As DependencyPropertyChangedEventArgs _ ) |
Parameters
- e
- Type: System.Windows..::..DependencyPropertyChangedEventArgs
The event data that describes the property that changed, as well as old and new values.