GroupChangedEventHandler Delegate
Represents a method that will handle the PivotGridGroup.Changed event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | GroupChangedEventArgs | A GroupChangedEventArgs object that contains event data. |
See Also