Error processing SSI file
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))
    

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

  • On a device that supports mouse: When the user double clicks the left button on a EventsTarget.

  • On a device that supports touch: When the user taps a finger twice quickly on a EventsTarget.

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
Error processing SSI file