BootstrapCardViewColumnDataEventHandler Delegate
A method that will handle the BootstrapCardView.CustomUnboundColumnData events.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public delegate void BootstrapCardViewColumnDataEventHandler(
object sender,
BootstrapCardViewColumnDataEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | BootstrapCardViewColumnDataEventArgs | A BootstrapCardViewColumnDataEventArgs object that contains event data. |
See Also