WpfAnnotationCanvasOnPropertyChanged Method |
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
The event data that describes the property that changed, as well as old and new values.
See Also