Back to Devexpress

BootstrapToolbarItemCommandEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4e099b16.md

latest1.5 KB
Original Source

BootstrapToolbarItemCommandEventHandler Delegate

A method that will handle the BootstrapToolbar.ItemCommand event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapToolbarItemCommandEventArgs |

A BootstrapToolbarItemCommandEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace