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

PivotFieldValueEventArgs Constructors

Serves as a base for classes that provide data for events used to customize field values.
Name Parameters Description
PivotFieldValueEventArgs(PivotGridField) field Initializes a new instance of the PivotFieldValueEventArgs class with the specified field.
PivotFieldValueEventArgs(PivotFieldValueItem, PivotGridField) item, field Initializes a new instance of the PivotFieldValueEventArgs class with specified settings.
PivotFieldValueEventArgs(PivotFieldValueItem) item Initializes a new instance of the PivotFieldValueEventArgs class.
See Also