Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerAsyncError Delegate |
public delegate void DocumentViewerAsyncError( DocumentViewerAsyncOperation operation, Exception error )
'Declaration
Public Delegate Sub DocumentViewerAsyncError( _ ByVal operation As DocumentViewerAsyncOperation, _ ByVal error As Exception _ )
'Usage
Dim instance As New DocumentViewerAsyncError(AddressOf HandlerMethod)
public delegate void DocumentViewerAsyncError( DocumentViewerAsyncOperation^ operation, Exception^ error )