AnnotationDataRequestedEventHandler Delegate |
A delegate for handling the AnnotationDataRequested event.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax public delegate void AnnotationDataRequestedEventHandler(
Object sender,
AnnotationDataRequestedEventArgs e
)
Public Delegate Sub AnnotationDataRequestedEventHandler (
sender As Object,
e As AnnotationDataRequestedEventArgs
)
Parameters
- sender
- Type: SystemObject
The object which fired the event - e
- Type: Atalasoft.Imaging.WebControlsAnnotationDataRequestedEventArgs
The arguments provided to the handler.
See Also