(Leadtools.Controls)

CanStartWork Method

Show in webframe





An InteractiveEventArgs that indicates if the mode can start work or not.
Indicates whether the mode can start work.
Syntax
protected bool CanStartWork( 
   InteractiveEventArgs e
)
Protected Function CanStartWork( _
   ByVal e As InteractiveEventArgs _
) As Boolean
protected bool CanStartWork( 
   InteractiveEventArgs e
)
iOS:
-(BOOL) canStartWork:(UIGestureRecognizer*)agestureRecognizer;
OS X:
-(BOOL) canStartWork:(LTBasicEvent*) mouseEvent;
            
protected boolean canStartWork(MotionEvent event)
 function Leadtools.Controls.ImageViewerInteractiveMode.CanStartWork( 
   e 
)

Parameters

e
An InteractiveEventArgs that indicates if the mode can start work or not.
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 starts the work.

Note on mouse wheel events: If the current image viewer has a an interactive mode for handling mouse wheel events set in MouseWheelInteractiveMode then in addition to the factors listed above, this method will return true only if the caller is this mode. If the viewer however does not have a mode for handling mouse wheel events (MouseWheelInteractiveMode is null), then this method will return true if the caller is the default mouse or touch interactive mode.

Example

For an example, refer to ImageViewerInteractiveMode.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.