DocumentViewerAsyncError Delegate

Summary

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

Syntax

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

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