←Select platform

DoubleTap Event

Summary

Occurs when the user double taps with the mouse or a finger.

Syntax
C#
VB
C++
public event EventHandler<InteractiveEventArgs> DoubleTap 
Public Event DoubleTap As EventHandler(Of Leadtools.Controls.InteractiveEventArgs) 
public:  
   event EventHandler<Leadtools::Controls::InteractiveEventArgs^>^ DoubleTap 

Remarks

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.

Event Data

ParameterTypeDescription
senderobjectThe source of the event.
eInteractiveEventArgsThe event data.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly