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

BootstrapCardViewCardLayoutItemsCreatedEventHandler Delegate

A method that will handle the BootstrapCardView.CardLayoutItemsCreated event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.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