←Select platform

DocumentViewerAsyncError Delegate

Summary

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

Syntax
C#
C++/CLI
public delegate void DocumentViewerAsyncError( 
   DocumentViewerAsyncOperation operation, 
   Exception error 
) 
public: 
   delegate void DocumentViewerAsyncError( 
      DocumentViewerAsyncOperation^ operation, 
      System::Exception^ error 
   ) 

Parameters

operation

Operation data.

error

Error object.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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