Back to Devexpress

BootstrapMenuItemCommandEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-063612bb.md

latest1.5 KB
Original Source

BootstrapMenuItemCommandEventHandler Delegate

A method that will handle the BootstrapMenu.ItemCommand event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapMenuItemCommandEventArgs |

A BootstrapMenuItemCommandEventArgs object that contains event data.

|

See Also

Form Layout

DevExpress.Web.Bootstrap Namespace