Error processing SSI file
(Leadtools.Controls)

Show in webframe

DoubleTap Event




Occurs when the user double taps with the mouse or a finger.
Syntax
public event EventHandler<InteractiveEventArgs> DoubleTap
'Declaration
 
Public Event DoubleTap As EventHandler(Of InteractiveEventArgs)
Event Data

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.

PropertyDescription
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.
Remarks

The DoubleTap event will fire when any of the following occurs:

InteractiveEventArgs

The amount of delay between the double click or taps intervals are determined by the DoubleTapDelay property.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file