AnnotationLocationChangedEventHandler Delegate |
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic delegate void AnnotationLocationChangedEventHandler(
Object sender,
AnnotationLocationChangedEventArgs e
)
Public Delegate Sub AnnotationLocationChangedEventHandler (
sender As Object,
e As AnnotationLocationChangedEventArgs
)
Parameters
- sender
- Type: SystemObject
The annotation sending this event. - e
- Type: Atalasoft.AnnotateAnnotationLocationChangedEventArgs
An AnnotationLocationChangedEventArgs containing information about this event.
See Also