WpfAnnotationUIOnPropertyChanged Method |
Invoked whenever the effective value of any dependency property on this
DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override void OnPropertyChanged(
DependencyPropertyChangedEventArgs e
)
Protected Overrides Sub OnPropertyChanged (
e As DependencyPropertyChangedEventArgs
)
Parameters
- e
- Type: System.WindowsDependencyPropertyChangedEventArgs
Event data that will contain the dependency property identifier of interest, the property metadata for the type, and old and new values.
See Also