Back to Devexpress

MenuItemEventArgs Class

aspnet-devexpress-dot-web-be9a3346.md

latest1.7 KB
Original Source

MenuItemEventArgs Class

Provides data for events which concern manipulations on menu items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class MenuItemEventArgs :
    EventArgs
vb
Public Class MenuItemEventArgs
    Inherits EventArgs

MenuItemEventArgs is the data class for the following events:

Remarks

Objects of the MenuItemEventArgs type are used as arguments for the ASPxMenuBase.ItemClick and ASPxMenuBase.ItemDataBound events generated on the server side.

MenuItemEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object EventArgs MenuItemEventArgs BootstrapMenuItemEventArgs

BootstrapToolbarItemEventArgs

See Also

MenuItemEventArgs Members

DevExpress.Web Namespace