Initializes a new instance of DocumentViewerOperationEventArgs with the specified values.
public DocumentViewerOperationEventArgs(
DocumentViewerOperation operation,
Exception error,
object data1,
object data2,
int pageNumber,
bool isPostOperation
)
Private Sub New()
private:
DocumentViewerOperationEventArgs()
operation
The operation type.
error
Exception object if an error occurred
data1
Optional first generic data object associated with this operation
data2
Optional second generic data object associated with this operation
pageNumber
Optional 1-based page number of the operation
isPostOperation
Value that indicate if the event is fired before (false) or after (true) the
operation is performed.
DocumentViewerOperationEventArgs Class
DocumentViewerOperationEventArgs Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET