Occurs when the user performs a tap operation with either the mouse or a finger.
Object.defineProperty(InteractiveService.prototype,'tap',
get: function(),
set: function(value)
)
function tap.add(function(sender, e));
function tap.remove(function(sender, e));
tap: void;
The Tap event will fire when any of the following occurs:
On a device that supports mouse and TapOnDown is set to true: When the user presses down the left button and the mouse is over a EventsTarget. On a device that supports mouse and TapOnDown is set to false: When the user presses and then releases the left button and the mouse is over a EventsTarget. On a device that supports touch and TapOnDown is set to true: When the user presses a finger down on EventsTarget. On a device that supports touch and TapOnDown is set to false: When the user presses and then releases a finger on a EventsTarget.
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