Occurs when the user double taps with the mouse or a finger.
Object.defineProperty(InteractiveService.prototype,'doubleTap',
get: function(),
set: function(value)
)
function doubleTap.add(function(sender, e));
function doubleTap.remove(function(sender, e));
doubleTap: void;
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.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | InteractiveEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET