C#
VB
C++
The generic callback to run after the a command is run asynchronously.
public delegate void DocumentViewerAsyncAlways(
DocumentViewerAsyncOperation<T> operation
)
Public Delegate Sub DocumentViewerAsyncAlways(
ByVal operation As DocumentViewerAsyncOperation(Of T)
)
public:
delegate void DocumentViewerAsyncAlways(
DocumentViewerAsyncOperation<T>^ operation
)
operation
Operation data.
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