MenuItemLeave Event

Summary

Fires when the pointer (mouse or touch) is leaving the menu item.

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

The menu engine, by default, implements item leaving by de-highlighting the menu item when the mouse leaves it.

Event Data
ParameterTypeDescription
sendervarThe source of the event
eMenuItemSelectedEventArgsThe 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.