(Leadtools.Controls)

WorkCompleted Event

Show in webframe





Occurs when the ImageViewerInteractiveMode mode completes the work.
Syntax
public event EventHandler WorkCompleted
Public Event WorkCompleted As EventHandler
public event EventHandler WorkCompleted
NSNotification
    name:LTImageViewerInteractiveModeWorkCompletedNotification
  object:self
userInfo:NSDictionary
     key:"use following keys"
     //used to get InteractiveMode Object From LTImageViewerInteractiveModeWorkCompletedNotification notification
     //Key = LTImageViewerInteractiveModeKey;
     
     iOS Only:
     //used to get GestureRecognizer Object From LTImageViewerInteractiveModeWorkCompletedNotification notification
     //Key = LTImageViewerInteractiveModeGestureRecognizerKey;
     OS X Only:
     
     //used to get LTBasicEvent Object From LTImageViewerInteractiveModeWorkCompletedNotification notification
     //Key =  LTImageViewerInteractiveModeEventKey;
            

            
add_WorkCompleted(function(sender, e))
remove_WorkCompleted(function(sender, e))

Remarks

This event will fire when OnWorkCompleted is called.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

 

 


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