Back to Devexpress

ASPxGridViewCustomColumnSortEventHandler Delegate

aspnet-devexpress-dot-web-92dcf23c.md

latest1.3 KB
Original Source

ASPxGridViewCustomColumnSortEventHandler Delegate

A method that will handle the ASPxGridView.CustomColumnSort and ASPxGridView.CustomColumnGroup events.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | CustomColumnSortEventArgs |

A CustomColumnSortEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace