Skip to main content
A newer version of this page is available. .

PivotGroupEventHandler Delegate

Represents a method that will handle the PivotGridControl.GroupFilterChanged event.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

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