Invoked whenever the effective value of any dependency property has been updated.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.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.