←Select platform

Tap Event

Summary

Occurs when the user performs a tap operation with either the mouse or a finger.

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

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 an 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 an 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 an EventsTarget.

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eInteractiveEventArgsThe event data.
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.