Back to Devexpress

BootstrapCardViewCardLayoutItemsCreatedEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8ff6a6d9.md

latest1.7 KB
Original Source

BootstrapCardViewCardLayoutItemsCreatedEventHandler Delegate

A method that will handle the BootstrapCardView.CardLayoutItemsCreated event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

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

Card View

DevExpress.Web.Bootstrap Namespace