windowsforms-devexpress-dot-xtrapivotgrid-bac46c12.md
Provides data for all field handling events.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public class PivotFieldEventArgs :
PivotFieldEventArgsBase<PivotGridField>
Public Class PivotFieldEventArgs
Inherits PivotFieldEventArgsBase(Of PivotGridField)
PivotFieldEventArgs is the data class for the following events:
This is a common ancestor for the events that define field handling. These events require a field as a parameter so that the processed field can be identified. The PivotFieldEventArgs class provides the PivotFieldEventArgsBase<T>.Field property for this purpose.
Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldEventArgs PivotAreaChangingEventArgs
PivotFieldFilterChangingEventArgs
PivotFieldPropertyChangedEventArgs
See Also