loadingDialogCallback Property

Summary

The callback function that fires whenever the loading state of the file has changed.

Syntax
TypeScript
JavaScript
Object.defineProperty(ILoadFromUriParams.prototype, 'loadingDialogCallback', 
   get: function(), 
   set: function(value) 
) 
loadingDialogCallback: ; 

Remarks

Default value is null. If a valid function is provided, this callback fires whenever the load state changes.

This is a good place to hook up any loading-specific events (such as displaying a waiting dialog). LEADVIEW calls the function with a boolean value to indicate whether LEADVIEW is in a state where a loading dialog should be displayed.

Requirements

Target Platforms

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

Leadtools.LEADVIEW Assembly