Back to Devexpress

PivotGroupEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-0db78380.md

latest1.3 KB
Original Source

PivotGroupEventHandler Delegate

References a method that will handle the ASPxPivotGrid.GroupFilterChanged event.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotGroupEventArgs |

A PivotGroupEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxPivotGrid Namespace