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<T> Delegate |
public delegate void DocumentViewerAsyncError<T>( DocumentViewerAsyncOperation<T> operation, Exception error )
'Declaration
Public Delegate Sub DocumentViewerAsyncError(Of T)( _ ByVal operation As DocumentViewerAsyncOperation(Of T), _ ByVal error As Exception _ )
'Usage
Dim instance As New DocumentViewerAsyncError(Of T)(AddressOf HandlerMethod)
generic<typename T> public delegate void DocumentViewerAsyncError( DocumentViewerAsyncOperation<T^>^ operation, Exception^ error )