Skip to main content
A newer version of this page is available. .

BootstrapGridViewTableCommandCellEventHandler Delegate

A method that will handle the BootstrapGridView.HtmlCommandCellPrepared event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public delegate void BootstrapGridViewTableCommandCellEventHandler(
    object sender,
    BootstrapGridViewTableCommandCellEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e BootstrapGridViewTableCommandCellEventArgs

A BootstrapGridViewTableCommandCellEventArgs object that contains event data.

See Also