onMouseDown Method

Summary

Invoked every time the mouse has been clicked in the bounds of the LayoutManagerItem as a result of the LayoutManager.handleMouseDown event.

Syntax

TypeScript
JavaScript
LayoutManagerItem.prototype.onMouseDown = function( 
   sender , 
   e  
) 
   onMouseDown(sender: any, e: Event): void;  // protected 

Parameters

sender

An any value that references the object that invoked the lt.LeadEventType.

e

An EventArgs value that references the MouseEventArgs.

Requirements

Target Platforms

See Also

LayoutManagerItem

LayoutManagerItem Members

Leadtools.Controls.Medical Namespace

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.