MenuItemSelectedEventArgs Constructor

Summary

Initializes a new instance of $MenuItemSelectedEventArgs with the specified $item$

Syntax
TypeScript
JavaScript
MenuItemSelectedEventArgs = function( 
   item 
) 
constructor( 
   item: MenuItem 
); 

Parameters

item

The item the user selected by clicking on it from the Menu.

Example

Refer to MenuItem

Remarks

This class is sent as a parameter through the MenuItemSelected event.

Use Items to add items to the menu. If the menu does not have any items, it will not be displayed. To display the menu, fill it up with items through the Items collection, then call the Show method.

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.