Error processing SSI file
(Leadtools.Controls)

Show in webframe

CanStartWork Method (ImageViewerInteractiveMode)




An InteractiveEventArgs class
Gets a value that indicates whether the mode can start work.
Syntax
protected virtual bool CanStartWork( 
   InteractiveEventArgs e
)
'Declaration
 
Protected Overridable Function CanStartWork( _
   ByVal e As InteractiveEventArgs _
) As Boolean

Parameters

e
An 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.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file