AnnotationKeyEventArgs Constructor |
Creates a new instance of AnnotationKeyEventArgs specifying its parameters.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AnnotationKeyEventArgs(
AnnotationUI annotation,
AnnotationKeyAction action,
bool repeat,
KeyEventArgs e
)
Public Sub New (
annotation As AnnotationUI,
action As AnnotationKeyAction,
repeat As Boolean,
e As KeyEventArgs
)
Parameters
- annotation
- Type: Atalasoft.Annotate.UIAnnotationUI
The annotation being affected by this event. - action
- Type: Atalasoft.Annotate.UIAnnotationKeyAction
The action to take. - repeat
- Type: SystemBoolean
Indicates whether this is a repeat event caused from a key being held down. - e
- Type: System.Windows.FormsKeyEventArgs
The KeyEventArgs from the key press event.
See Also