Back to Devexpress

ASPxCardViewGroupSelectorInitializeEventHandler Delegate

aspnet-devexpress-dot-web-14aa3f04.md

latest1.5 KB
Original Source

ASPxCardViewGroupSelectorInitializeEventHandler Delegate

A method that will handle the ASPxCardView.GroupSelectorInitialize event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | ASPxCardViewGroupSelectorInitializeEventArgs |

A ASPxCardViewGroupSelectorInitializeEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace