←Select platform

LTInteractiveServiceDelegate Interface

Summary

Contains methods for InteractiveService delegate events.

Syntax

C#
VB
Objective-C
public interface LTInteractiveServiceDelegate
Public Interface LTInteractiveServiceDelegate
iOS Only 
@protocol LTInteractiveServiceDelegate <NSObject> 
@optional 
- (void)interactiveService:(LTInteractiveService*)service pinchWithArgs:(UIPinchGestureRecognizer*)recognizer 
- (void)interactiveService:(LTInteractiveService*)service tapWithArgs:(UITapGestureRecognizer*)recognizer 
- (void)interactiveService:(LTInteractiveService*)service doubleTapWithArgs:(UITapGestureRecognizer*)recognizer 
- (void)interactiveService:(LTInteractiveService*)service holdWithArgs:(UILongPressGestureRecognizer*)recognizer 
- (void)interactiveService:(LTInteractiveService*)service panWithArgs:(UIPanGestureRecognizer*)recognizer 
- (void)interactiveService:(LTInteractiveService*)service rotateWithArgs:(UIRotationGestureRecognizer*)recognizer 
- (void)interactiveService:(LTInteractiveService*)service basicWithArgs:(LTBasicGestureRecognizer*)recognizer 
@end 

Remarks

This protocol is used to listen to InteractiveService events and provide the user with information needed for the event.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize