AnnotationEventHandler Delegate |
This delegate is used for various events that apply to an annotation.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public delegate void AnnotationEventHandler(
Object sender,
AnnotationEventArgs e
)
Public Delegate Sub AnnotationEventHandler (
sender As Object,
e As AnnotationEventArgs
)
Parameters
- sender
- Type: SystemObject
The object sending the event. - e
- Type: Atalasoft.AnnotateAnnotationEventArgs
An AnnotationEventArgs containing the annotation for the event.
See Also