LEADTOOLS JavaScript (Leadtools.Controls)

DoubleTap Event

Show in webframe
Occurs when the user double taps with the mouse or a finger.
Syntax
add_doubleTap(function(sender, e))
doubleTap.add(function(sender, e))
remove_doubleTap(function(sender, e))
doubleTap.remove(function(sender, e))
    
Remarks

The DoubleTap event will fire when any of the following occurs:

The amount of delay between the double click or taps intervals are determined by the DoubleTapDelay property.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e InteractiveEventArgs The event data.
See Also

Reference

InteractiveService Object
InteractiveService Members

 

 


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