Back to Devexpress

ASPxCardViewBeforeHeaderFilterFillItemsEventHandler Delegate

aspnet-devexpress-dot-web-c2813294.md

latest1.5 KB
Original Source

ASPxCardViewBeforeHeaderFilterFillItemsEventHandler Delegate

A method that will handle the ASPxCardView.BeforeHeaderFilterFillItems event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source. Identifies the ASPxCardView control that raised the event.

| | e | ASPxCardViewBeforeHeaderFilterFillItemsEventArgs |

A ASPxCardViewBeforeHeaderFilterFillItemsEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace