void interactiveServicePanWithArgs(
LTInteractiveService ,
UIPanGestureRecognizer
)
Sub interactiveServicePanWithArgs( _
ByVal As LTInteractiveService, _
ByVal As UIPanGestureRecognizer _
)
void interactiveServicePanWithArgs(
LTInteractiveService service,
UIPanGestureRecognizer recognizer
)
- (void) interactiveService:(LTInteractiveService*)service
panWithArgs:(UIPanGestureRecognizer*)recognizer;
function Leadtools.Controls.LTInteractiveServiceDelegate_ObjectiveC.interactiveServicePanWithArgs(
service ,
recognizer
)