public event EventHandler WorkStarted
Public Event WorkStarted As EventHandler
public event EventHandler WorkStarted
NSNotification
name:LTImageViewerInteractiveModeWorkStartedNotification
object:self
userInfo:NSDictionary
key:"use following keys"
//used to get InteractiveMode Object From LTImageViewerInteractiveModeWorkStartedNotification notification
//Key = LTImageViewerInteractiveModeKey;
iOS Only:
//used to get GestureRecognizer Object From LTImageViewerInteractiveModeWorkStartedNotification notification
//Key = LTImageViewerInteractiveModeGestureRecognizerKey;
OS X Only:
//used to get LTBasicEvent Object From LTImageViewerInteractiveModeWorkStartedNotification notification
//Key = LTImageViewerInteractiveModeEventKey;
add_WorkStarted(function(sender, e)) remove_WorkStarted(function(sender, e))
This event will fire when OnWorkStarted is called.