←Select platform

interactiveServiceOSXEvents Event

Summary

low level events for interactive service that could be listen to using Notification Center

Syntax

C#
VB
Objective-C
public event EventHandler<EventArgs> interactiveServiceOSXEvents 
Public Event interactiveServiceOSXEvents As EventHandler(Of EventArgs) 
macOS 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    

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)