Back to Devexpress

ASPxCardViewCardLayoutCreatedEventHandler Delegate

aspnet-devexpress-dot-web-3f15939e.md

latest1.4 KB
Original Source

ASPxCardViewCardLayoutCreatedEventHandler Delegate

A method that will handle the ASPxCardView.CardLayoutCreated event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

An object representing the event source. Identifies the CardView that raised the event.

| | e | ASPxCardViewCardLayoutCreatedEventArgs |

A ASPxCardViewCardLayoutCreatedEventArgs object that contains event data.

|

See Also

Card View

DevExpress.Web Namespace