Occurs when the user double taps with the mouse or a finger.
Object.defineProperty(InteractiveService.prototype,'doubleTap',
get: function(),
set: function(value)
)
doubleTap: LeadEvent;
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 an EventsTarget.
On a device that supports touch: When the user taps a finger twice quickly on an 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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document