Skip to main content
A newer version of this page is available.
All docs
V19.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