(Leadtools.Controls)

interactiveServiceHighLevelEvents Event

Show in webframe





Represents high level events for interactive service that could be listen to using Notification Center
Syntax
public event EventHandler<EventArgs> interactiveServiceHighLevelEvents
Public Event interactiveServiceHighLevelEvents As EventHandler(Of EventArgs)
public event EventHandler<~Remove~> interactiveServiceHighLevelEvents
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
            

            
add_interactiveServiceHighLevelEvents(function(sender, e))
remove_interactiveServiceHighLevelEvents(function(sender, e))

Remarks
These event detect high level gestures; for example,they detect rotate gestures on the screen of the device and handle this event, rotating the image inside the viewer.
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

 

 


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