always Property

Summary

Callback to run after the command is run asynchronously.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerAsyncOperation.prototype, 'always', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
always: DocumentViewerAsyncAlways; 

Property Value

The callback to run after the command is run asynchronously. Default value is null.

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