Back to Devexpress

ASPxCardViewGroupSelectorFillItemsEventHandler Delegate

aspnet-devexpress-dot-web-590dcc5e.md

latest1.4 KB
Original Source

ASPxCardViewGroupSelectorFillItemsEventHandler Delegate

A method that will handle the ASPxCardView.GroupSelectorFillItems event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void ASPxCardViewGroupSelectorFillItemsEventHandler(
    object source,
    ASPxCardViewGroupSelectorFillItemsEventArgs e
);
vb
Public Delegate Sub ASPxCardViewGroupSelectorFillItemsEventHandler(
    source As Object,
    e As ASPxCardViewGroupSelectorFillItemsEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | ASPxCardViewGroupSelectorFillItemsEventArgs |

A ASPxCardViewGroupSelectorFillItemsEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace