AnnotationKeyEventHandler Delegate |
This event handler is used with the
AnnotationKey class to process key actions.
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 AnnotationKeyEventHandler(
Object sender,
AnnotationKeyEventArgs e
)
Public Delegate Sub AnnotationKeyEventHandler (
sender As Object,
e As AnnotationKeyEventArgs
)
Parameters
- sender
- Type: SystemObject
The object sending the event. - e
- Type: Atalasoft.Annotate.UIAnnotationKeyEventArgs
An AnnotationKeyEventArgs containing information about this event.
See Also