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