WpfAnnotationCanvasOnPropertyChanged Method |
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs).
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected 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