WpfCalloutAnnotationOnPropertyChanged Method |
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 DependencyPropertyChangedEventArgs instance containing the event data.
See Also