Skip to main content
A newer version of this page is available.
All docs
V18.2

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
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