public event EventHandler<EventArgs> interactiveServiceHighLevelEvents
Public Event interactiveServiceHighLevelEvents As EventHandler(Of EventArgs)
public event EventHandler<~Remove~> interactiveServiceHighLevelEvents
iOS Only NSNotification name:use following Notifications" object:self userInfo:NSDictionary key:LTInteractiveServiceGestureRecognizerKey //Notifications: //LTInteractiveServiceRotateNotification; //notify when rotate gesture detected //LTInteractiveServiceTapNotification; //notify when tap gesture detected //LTInteractiveServiceDoubleTapNotification; //notify when double Tap gesture detected //LTInteractiveServicePinchNotification; //notify when pinch gesture detected //LTInteractiveServiceHoldNotification; //notify when hold gesture detected //LTInteractiveServicePanNotification; //notify when pan gesture detected //LTInteractiveServiceBasicNotification; //notify when Basic gesture detected
add_interactiveServiceHighLevelEvents(function(sender, e)) remove_interactiveServiceHighLevelEvents(function(sender, e))