Back to Devexpress

BootstrapToolbarItemEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6cb6ebc0.md

latest1.5 KB
Original Source

BootstrapToolbarItemEventHandler Delegate

A method that will handle the BootstrapToolbar.ItemClick and BootstrapToolbar.ItemDataBound events.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapToolbarItemEventArgs |

A BootstrapToolbarItemEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace