Skip to main content

PivotGroupEventHandler Delegate

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public delegate void PivotGroupEventHandler(
    object sender,
    PivotGroupEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e PivotGroupEventArgs

A PivotGroupEventArgs object that contains event data.

See Also