Back to Devexpress

PivotGridCustomFieldSortEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-52349687.md

latest1.6 KB
Original Source

PivotGridCustomFieldSortEventHandler Delegate

A method that will handle the ASPxPivotGrid.CustomFieldSort event.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event sender. Identifies the ASPxPivotGrid control that raised an event.

| | e | PivotGridCustomFieldSortEventArgs |

A PivotGridCustomFieldSortEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxPivotGrid Namespace