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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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