Back to Devexpress

ASPxCardViewCustomColumnSortEventHandler Delegate

aspnet-devexpress-dot-web-027f7cb2.md

latest1.3 KB
Original Source

ASPxCardViewCustomColumnSortEventHandler Delegate

A method that will handle the ASPxCardView.CustomColumnSort event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CardViewCustomColumnSortEventArgs |

A CardViewCustomColumnSortEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace