DocumentViewerAsyncError Delegate

Summary

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

Syntax
TypeScript
JavaScript
function lt.Document.Viewer.DocumentViewerAsyncError( 
   operation, 
   error 
) 
interface lt.Document.Viewer.DocumentViewerAsyncError { 
	( 
   operation: DocumentViewerAsyncOperation, 
   error: Error 
): void; 
} 

Parameters

operation

Operation data.

error

Error object.

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly

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