←Select platform

interactiveServiceHighLevelEvents Event

Summary

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

Syntax

C#
VB
Objective-C
public event EventHandler<EventArgs> interactiveServiceHighLevelEvents 
Public Event interactiveServiceHighLevelEvents As EventHandler(Of EventArgs) 
iOS Only 
NSNotification 
   name:use following Notifications" 
   object:self 
   userInfo:NSDictionary 
   key:LTInteractiveServiceGestureRecognizerKey 
      
   //Notifications: 
   //LTInteractiveServiceRotateNotification    //notify when rotate gesture detected 
   //LTInteractiveServiceTapNotification       //notify when tap gesture detected 
   //LTInteractiveServiceDoubleTapNotification //notify when double Tap gesture detected 
   //LTInteractiveServicePinchNotification     //notify when pinch gesture detected 
   //LTInteractiveServiceHoldNotification      //notify when hold gesture detected 
   //LTInteractiveServicePanNotification       //notify when pan gesture detected 
   //LTInteractiveServiceBasicNotification     //notify when Basic gesture 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)