←Select platform

interactiveServicelowLevelEvents 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> interactiveServicelowLevelEvents 
Public Event interactiveServicelowLevelEvents As EventHandler(Of EventArgs) 
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     

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)