(Leadtools.Controls)

LTInteractiveServiceDelegate Interface

Show in webframe





Members 
Contains methods for InteractiveService delegate events.
Syntax
public interface LTInteractiveServiceDelegate 
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
             

            
function Leadtools.Controls.LTInteractiveServiceDelegate() 
Remarks

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

Requirements

Target Platforms

See Also

Reference

LTInteractiveServiceDelegate Members
Leadtools.Controls Namespace

 

 


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