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 TargetElement.
On a device that supports touch: When the user taps a finger twice quickly on a TargetElement.
The amount of delay between the double click or taps intervals are determined by the DoubleTapDelay property.
| Parameter | Type | Description | 
|---|---|---|
| sender | 'var' | The source of the event. | 
| e | InteractiveEventArgs | The event data. |