Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

CanStartWork Method

Show in webframe
An InteractiveEventArgs class
Gets a value that indicates whether the mode can start work.
Syntax
 function Leadtools.Controls.ImageViewerInteractiveMode.canStartWork( 
   e 
)

Parameters

ParameterTypeDescription
eInteractiveEventArgsAn InteractiveEventArgs class
Remarks

The mode can start work depending on multiple factors:

To help with all the above, derived classes can use CanStartWork to check if all the conditions are met and then start the work.

Example

For an example, refer to ImageViewerInteractiveMode.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

Error processing SSI file