Back to Devexpress

MenuItemCommandEventHandler Delegate

aspnet-devexpress-dot-web-1e0a99e7.md

latest1.4 KB
Original Source

MenuItemCommandEventHandler Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void MenuItemCommandEventHandler(
    object source,
    MenuItemCommandEventArgs e
);
vb
Public Delegate Sub MenuItemCommandEventHandler(
    source As Object,
    e As MenuItemCommandEventArgs
)

Parameters

NameTypeDescription
sourceObject

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

Introduction to Delegates

DevExpress.Web Namespace