skmMenu: An ASP.NET Menu Control

Menu.MenuItemClick Event

Occurs when a MenuItem associated with a command is clicked.

public event MenuItemClickedEventHandler MenuItemClick;

Event Data

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.

PropertyDescription
CommandName Readonly access to commandName parameter of EventArgs class

See Also

Menu Class | skmMenu Namespace