GroupChangedEventHandler Delegate
In This Article
A method that will handle the PivotGridGroup.Changed event.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Group |
A Group |
See Also