Occurs when the user performs a tap operation with either the mouse or a finger.
public event EventHandler<InteractiveEventArgs> Tap
Public Event Tap As EventHandler(Of Leadtools.Controls.InteractiveEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractiveEventArgs^>^ Tap
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 | object | 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