Skip to main content
Tab

MenuItemEventHandler Delegate

A method that will handle the events concerning the manipulations with menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void MenuItemEventHandler(
    object source,
    MenuItemEventArgs e
);

Parameters

Name Type Description
source Object

A Object representing the event source. Identifies the menu control that raised the event.

e MenuItemEventArgs

A MenuItemEventArgs object that contains event data.

See Also