AnnotationCreatedEventHandler Delegate |
This event handler is used with the AnnotationCreated event to process created
AnnotationData objects.
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic delegate void AnnotationCreatedEventHandler(
Object sender,
AnnotationCreatedEventArgs e
)
Public Delegate Sub AnnotationCreatedEventHandler (
sender As Object,
e As AnnotationCreatedEventArgs
)
Parameters
- sender
- Type: System.Object
The object sending the event. - e
- Type: Atalasoft.Imaging.WebControls.Annotations.AnnotationCreatedEventArgs
An AnnotationCreatedEventArgs containing information about this event.
RemarksThis is the delegate signature for the event handler for the AnnotationCreated event.
Caution |
---|
WebAnnotationViewer control is not available for .NET Core. |
See Also