MouseDown Event

Summary

Fires when the pointer (mouse or touch) is pressed down (but before it is released) on the surface of the control.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype,'mouseDown',  
	get: function(), 
	set: function(value) 
) 
mouseDown: LeadEvent; 
Remarks

To get the click event, which fires after the pointer is pressed down and released, call Clicked.

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

Leadtools.Controls.Medical Assembly

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