Click or drag to resize

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)
Syntax
public delegate void AnnotationCreatedEventHandler(
	Object sender,
	AnnotationCreatedEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending the event.
e
Type: Atalasoft.Imaging.WebControls.AnnotationsAnnotationCreatedEventArgs
An AnnotationCreatedEventArgs containing information about this event.
Remarks
This is the delegate signature for the event handler for the AnnotationCreated event.
Caution note Caution
WebAnnotationViewer control is not available for .NET Core.
See Also