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 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
sendervarThe 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