Click or drag to resize

WebDocumentRequestHandlerOnAnnotationDataRequested Method

Called by the handler when a request has come from client side javascript, requesting annotation data. This subsequently fires 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
protected void OnAnnotationDataRequested(
	AnnotationDataRequestedEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WebControlsAnnotationDataRequestedEventArgs
AnnotationDataRequestedEventArgs for this request event
Remarks
This is not intended to be called manually, as a client request is needed in order for the handler to respond properly.
See Also