Skip to main content
Tab

MenuItemCommandEventHandler Delegate

In This Article

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public delegate void MenuItemCommandEventHandler(
    object source,
    MenuItemCommandEventArgs e
);

#Parameters

Name Type Description
source Object

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

e MenuItemCommandEventArgs

A MenuItemCommandEventArgs object that contains event data.

See Also