Skip to main content
All docs
V20.1

PivotFieldValueEventArgs Constructors

Serves as a base for the classes that provide data for the events which are used to customize column and row headers.
Name Parameters Description
PivotFieldValueEventArgs(PivotFieldValueItem, PivotGridField) item, field This member supports the internal infrastructure and is not intended to be used directly from your code.
PivotFieldValueEventArgs(PivotFieldValueItem) item This member supports the internal infrastructure and is not intended to be used directly from your code.
PivotFieldValueEventArgs(PivotGridField) field Initializes a new instance of the PivotFieldValueEventArgs class with the specified field.
See Also