AnnotationMouseEventHandler Delegate |
This event handler is used with several mouse events.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic delegate void AnnotationMouseEventHandler(
Object sender,
AnnotationMouseEventArgs e
)
Public Delegate Sub AnnotationMouseEventHandler (
sender As Object,
e As AnnotationMouseEventArgs
)
Parameters
- sender
- Type: SystemObject
The object sending the event. - e
- Type: Atalasoft.Annotate.UIAnnotationMouseEventArgs
An AnnotationMouseEventArgs containing information about this event.
See Also