isPostOperation Property

Summary

A value that indicate whether the event is fired after the operation is run.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerOperationEventArgs.prototype, 'isPostOperation', 
	get: function() 
) 
TypeScript Syntax
isPostOperation: boolean; // read-only 

Property Value

true if this event is fired after the operation is run; otherwise, false.

Remarks

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