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

PivotCustomDrawCellBaseEventArgs Constructors

Provides data for custom painting events invoked for particular data cells.
Name Parameters Description
PivotCustomDrawCellBaseEventArgs(IThreadSafeAccessible, PivotGridCellItem, PivotGridViewInfo, Nullable<Rectangle>) threadSafeAccess, cellItem, viewInfo, bounds Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class.
PivotCustomDrawCellBaseEventArgs(IThreadSafeAccessible, PivotGridCellItem, PivotGridViewInfo) threadSafeAccess, cellItem, viewInfo Initializes a new instance of the PivotCustomDrawCellBaseEventArgs class.
See Also