constructor(itemName) Constructor
Initializes a new instance of the MenuItemClickedEventArgs class with the specified menu item name.
Declaration
constructor(
itemName: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| itemName | string | A string representing the name of the menu item. |
See Also