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