(Leadtools.Controls)

interactiveServiceOSXEvents Event

Show in webframe





low level events for interactive service that could be listen to using Notification Center
Syntax
public event EventHandler<EventArgs> interactiveServiceOSXEvents
Public Event interactiveServiceOSXEvents As EventHandler(Of EventArgs)
public event EventHandler<~Remove~> interactiveServiceOSXEvents
OS X Only
NSNotification
    name:"use following Notifications"
  object:self
userInfo:NSDictionary
     key:"use following Keys"
     
     //Notifications:
     //LTInteractiveServicePointerDownNotification;        //notify when mouse pointer down detected
     //LTInteractiveServicePointerMoveNotification;        //notify when mouse pointer move detected
     //LTInteractiveServicePointerUpNotification;          //notify when mouse pointer up detected
     //LTInteractiveServicePointerDragNotification;        //notify when mouse pointer drag detected
     //LTInteractiveServicePointerDoubleTapNotification;   //notify when mouse pointer double click detected
     //LTInteractiveServicePinchNotification;              //notify when Pinch detected
     //LTInteractiveServiceRotateNotification;             //notify when Rotation detected
     //LTInteractiveServiceScrollWheelNotification;        //notify when scroll detected
     
     //Keys
     //LTInteractiveServiceMouseEventKey      // get mouseEvent object 
     //LTInteractiveServicePinchEventKey      // get LTPinchEvent object
     //LTInteractiveServiceRotateEventKey     // get LTRotateEvent object
     //LTInteractiveServiceScrollWeelEventKey // get LTScrollEvent object
            

            
add_interactiveServiceOSXEvents(function(sender, e))
remove_interactiveServiceOSXEvents(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.