Back to Devexpress

BootstrapGridViewTableCommandCellEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-44c706ab.md

latest1.6 KB
Original Source

BootstrapGridViewTableCommandCellEventHandler Delegate

A method that will handle the BootstrapGridView.HtmlCommandCellPrepared event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapGridViewTableCommandCellEventArgs |

A BootstrapGridViewTableCommandCellEventArgs object that contains event data.

|

See Also

Grid View

DevExpress.Web.Bootstrap Namespace