GripPositionChangedEventHandler Delegate |
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 GripPositionChangedEventHandler(
Object sender,
AnnotationGripChangedEventArgs e
)
Public Delegate Sub GripPositionChangedEventHandler (
sender As Object,
e As AnnotationGripChangedEventArgs
)
Parameters
- sender
- Type: SystemObject
The object sending the event. - e
- Type: Atalasoft.Annotate.UIAnnotationGripChangedEventArgs
An AnnotationGripChangedEventArgs containing information about this event.
See Also