BootstrapCardViewCardLayoutItemsCreatedEventHandler Delegate
A method that will handle the BootstrapCardView.CardLayoutItemsCreated event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public delegate void BootstrapCardViewCardLayoutItemsCreatedEventHandler(
object sender,
BootstrapCardViewCardLayoutItemsCreatedEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | An object representing the event source. Identifies the Card View that raised the event. |
| e | BootstrapCardViewCardLayoutItemsCreatedEventArgs | A BootstrapCardViewCardLayoutItemsCreatedEventArgs object that contains event data. |
See Also