abort Property

Summary

Indicates whether this operation should be aborted.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'abort', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
abort: boolean; 

Property Value

true if this operation should be aborted; otherwise, false. Default value is false.

Remarks

The user can abort an operation for two reasons: The application requires a custom action when this operation happens and the default behavior should not run, or if the application allows the user to cancel the operation through the user interface. In either case, set the value of Abort to true and the document viewer will not run the default action of this operation.

Abort can only be used before the operation is run (IsPostOperation is false).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly