Back to Devexpress

BootstrapGridViewToolbarItemClickEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-d105716d.md

latest1.5 KB
Original Source

BootstrapGridViewToolbarItemClickEventHandler Delegate

A method that will handle the BootstrapGridView.ToolbarItemClick event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapGridViewToolbarItemClickEventHandler(
    object sender,
    BootstrapGridViewToolbarItemClickEventArgs e
);
vb
Public Delegate Sub BootstrapGridViewToolbarItemClickEventHandler(
    sender As Object,
    e As BootstrapGridViewToolbarItemClickEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewToolbarItemClickEventArgs |

A BootstrapGridViewToolbarItemClickEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace