Click or drag to resize

AnnotationDataRequestedEventHandler Delegate

A delegate for handling the AnnotationDataRequested event.

Namespace:  Atalasoft.Imaging.WebControls
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 AnnotationDataRequestedEventHandler(
	Object sender,
	AnnotationDataRequestedEventArgs e
)

Parameters

sender
Type: SystemObject
The object which fired the event
e
Type: Atalasoft.Imaging.WebControlsAnnotationDataRequestedEventArgs
The arguments provided to the handler.
See Also