Occurs when the user double taps with the mouse or a finger.
public event EventHandler<InteractiveEventArgs> DoubleTap
Public Event DoubleTap As EventHandler(Of Leadtools.Controls.InteractiveEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractiveEventArgs^>^ DoubleTap
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 | 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