Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > InteractiveService Class : DoubleTap Event |
public event EventHandler<InteractiveEventArgs> DoubleTap
'Declaration
Public Event DoubleTap As EventHandler(Of InteractiveEventArgs)
The event handler receives an argument of type InteractiveEventArgs containing data related to this event. The following InteractiveEventArgs properties provide information specific to this event.
Property | Description |
---|---|
IsHandled | Indicates whether this event is handled. |
MouseButton | Mouse button that triggered this event. |
NativeEvent | Native event associated with this event. |
Origin | Original mouse or touch position. |
Position | Current mouse or touch position. |
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.