C#
VB
C++
A value that indicate whether the event is fired after the operation is run.
public bool IsPostOperation { get; }
Public ReadOnly Property IsPostOperation() As Boolean
Get
public:
property bool IsPostOperation
{
bool get()
}
true if this event is fired after the operation is run; otherwise, false.
Abort can only be used before the operation is run (IsPostOperation is false).
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