(Leadtools.Controls)

interactiveServicelowLevelEvents Event

Show in webframe





low level events for interactive service that could be listen to using Notification Center
Syntax
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))

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

 

 


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