PivotFieldEventHandler Delegate
Represents a method that will handle the PivotGridControl.FieldFilterChanged, PivotGridControl.FieldAreaChanged and PivotGridControl.FieldWidthChanged events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. Identifies the PivotGrid control that raised an event. |
e | PivotFieldEventArgs | A PivotFieldEventArgs object that contains event data. |
See Also