public event EventHandler<EventArgs> interactiveServicelowLevelEvents
Public Event interactiveServicelowLevelEvents As EventHandler(Of EventArgs)
public event EventHandler<~Remove~> interactiveServicelowLevelEvents
iOS Only
NSNotification
name:use following Notifications"
object:self
userInfo:NSDictionary
key:LTInteractiveServiceGestureRecognizerKey
//Notifications:
//LTInteractiveServicePointerDownNotification; //notify when touch down detected
//LTInteractiveServicePointerUpNotification; //notify when touch up detected
//LTInteractiveServicePointerDragNotification; //notify when touch drag detected
//LTInteractiveServicePointerDoubleTapNotification; //notify when touch double tap detected
//LTInteractiveServicePointerCancelNotification; //notify when touch down detected
add_interactiveServicelowLevelEvents(function(sender, e))
remove_interactiveServicelowLevelEvents(function(sender, e))