←Select platform

DocumentViewerAsyncError<T> Delegate

Summary

The generic callback to run if an error occurs when a command is run asynchronously.

Syntax

C#
VB
C++
public delegate void DocumentViewerAsyncError( 
   DocumentViewerAsyncOperation<T> operation, 
   System.Exception error 
) 
Public Delegate Sub DocumentViewerAsyncError( 
   ByVal operation As DocumentViewerAsyncOperation(Of T), 
   ByVal error As System.Exception 
) 
public delegate void DocumentViewerAsyncError( 
      DocumentViewerAsyncOperation<T>^ operation, 
      System::Exception^ error 
   ) 

Parameters

operation

Operation data.

error

Error object.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize