Skip to main content
All docs
V20.1

PivotCellEventArgs Constructors

Provides data for the PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events.
Name Parameters Description
PivotCellEventArgs(PivotGridCellItem, PivotGridViewInfo, Nullable<Rectangle>) cellItem, viewInfo, bounds Initializes a new instance of the PivotCellEventArgs class.
PivotCellEventArgs(PivotGridCellItem, PivotGridViewInfo) cellItem, viewInfo Initializes a new instance of the PivotCellEventArgs class.
See Also