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))
This event will fire when OnWorkCompleted is called.