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)
Syntaxpublic delegate void DocumentInfoRequestedEventHandler(
Object sender,
DocumentInfoRequestedEventArgs e
)
Public Delegate Sub DocumentInfoRequestedEventHandler (
sender As Object,
e As DocumentInfoRequestedEventArgs
)
Parameters
- sender
- Type: System.Object
The object which fired the event - e
- Type: Atalasoft.Imaging.WebControls.DocumentInfoRequestedEventArgs
The arguments provided to the handler.
See Also