Back to Devexpress

ASPxCardViewBeforeColumnSortingGroupingEventHandler Delegate

aspnet-devexpress-dot-web-bb7503a6.md

latest1.5 KB
Original Source

ASPxCardViewBeforeColumnSortingGroupingEventHandler Delegate

A method that will handle the ASPxCardView.BeforeColumnSortingGrouping event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ASPxCardViewBeforeColumnSortingGroupingEventArgs |

A ASPxCardViewBeforeColumnSortingGroupingEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace