←Select platform

DocumentViewerAsyncError Delegate

Summary

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

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

Parameters

operation

Operation data.

error

Error object.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.