doubleTap Event

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype,'doubleTap',  
	get: function(), 
	set: function(value) 
) 
doubleTap: LeadEvent; 
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 an EventsTarget.

  • On a device that supports touch: When the user taps a finger twice quickly on an EventsTarget.

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

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractiveEventArgsThe event data.
Requirements

Target Platforms

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

Leadtools.Controls Assembly

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