void interactiveServiceHoldWithArgs(
LTInteractiveService ,
UILongPressGestureRecognizer
)
Sub interactiveServiceHoldWithArgs( _
ByVal As LTInteractiveService, _
ByVal As UILongPressGestureRecognizer _
)
void interactiveServiceHoldWithArgs(
LTInteractiveService service,
UILongPressGestureRecognizer recognizer
)
- (void) interactiveService:(LTInteractiveService*)service
holdWithArgs:(UILongPressGestureRecognizer*)recognizer;
function Leadtools.Controls.LTInteractiveServiceDelegate_ObjectiveC.interactiveServiceHoldWithArgs(
service ,
recognizer
)