LayerAnnotationOnChildAnnotationPropertyChanged Method |
Called when a property of a child annotation has changed.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected virtual void OnChildAnnotationPropertyChanged(
Object sender,
AnnotationPropertyChangedEventArgs e
)
Protected Overridable Sub OnChildAnnotationPropertyChanged (
sender As Object,
e As AnnotationPropertyChangedEventArgs
)
Parameters
- sender
- Type: SystemObject
The annotation that has changed. - e
- Type: Atalasoft.AnnotateAnnotationPropertyChangedEventArgs
An AnnotationPropertyChangedEventArgs containing information for this change.
See Also