MenuItemClickedEventArgs Members
Provides data for the ASPxClientScheduler.MenuItemClicked event.Constructors
Name | Description |
---|---|
constructor(itemName) | Initializes a new instance of the MenuItemClickedEventArgs class with the specified menu item name. |
Properties
Name | Description |
---|---|
handled | Gets or sets whether an event is handled, and that default actions are not required. |
itemName | Gets the name of the menu item which is clicked. |
See Also