Occurs when a MenuItem associated with a command is clicked.
The event handler receives an argument of type MenuItemClickEventArgs containing data related to this event. The following MenuItemClickEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| CommandName | Readonly access to commandName parameter of EventArgs class |
Menu Class | skmMenu Namespace