MenuItemHover Event

Summary

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

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

The menu engine, by default, implements item hovering by highlighting the menu item when the mouse hovers over it.

Event Data
ParameterTypeDescription
sendervarThe source of the event
eMenuItemSelectedEventArgsThe event data
Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.