Click or drag to resize

DocumentInfoRequestedEventHandler Delegate

A delegate for handling the DocumentInfoRequested 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 DocumentInfoRequestedEventHandler(
	Object sender,
	DocumentInfoRequestedEventArgs e
)

Parameters

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