void interactiveServiceDoubleTapWithArgs(
LTInteractiveService ,
UITapGestureRecognizer
)
Sub interactiveServiceDoubleTapWithArgs( _
ByVal As LTInteractiveService, _
ByVal As UITapGestureRecognizer _
)
void interactiveServiceDoubleTapWithArgs(
LTInteractiveService service,
UITapGestureRecognizer recognizer
)
- (void) interactiveService:(LTInteractiveService*)service
doubleTapWithArgs:(UITapGestureRecognizer*)recognizer;
function Leadtools.Controls.LTInteractiveServiceDelegate_ObjectiveC.interactiveServiceDoubleTapWithArgs(
service ,
recognizer
)