Skip to main content
Version: 4.1

MenuItemEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the MenuItemAdded and MenuItemRemoved events of the Menu class.

public delegate void MenuItemEventHandler(Object sender, MenuItemEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eMenuItemEventArgsA MenuItemEventArgs that contains the event data.

Fired By

NameDescription
Menu.MenuItemClickedFired when a menu item is clicked.
Menu.MenuItemAddedFired when a new menu item is added to the MenuItemCollection.
Menu.MenuItemRemovedFired when a menu item is removed from the MenuItemCollection.
MenuBar.MenuItemClickedFired when a menu item is clicked.
MenuBar.MenuItemAddedFired when a new menu item is added to the MenuItemCollection.
MenuBar.MenuItemRemovedFired when a menu item is removed from the MenuItemCollection.