Back to Devexpress

BootstrapGridViewCommandButtonEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7de59e34.md

latest1.6 KB
Original Source

BootstrapGridViewCommandButtonEventHandler Delegate

A method that will handle the BootstrapGridView.CommandButtonInitialize event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewCommandButtonEventArgs |

A BootstrapGridViewCommandButtonEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace