Initializes a new instance of
DocumentViewerOperationEventArgs with the specified values.
Syntax
Parameters
Parameter | Type | Description |
---|
operation | DocumentViewerOperation | The operation type. |
error | Exception | Exception object if an error occurred |
data1 | object | Optional first generic data object associated with this operation |
data2 | object | Optional second generic data object associated with this operation |
pageNumber | int | Optional 1-based page number of the operation |
isPostOperation | bool | Value that indicate if the event is fired before (false) or after (true) the operation is performed. |
See Also