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

PivotCustomDrawCellEventArgs Constructors

Provides data for the PivotGridControl.CustomDrawCell event.
Name Parameters Description
PivotCustomDrawCellEventArgs(IThreadSafeAccessible, PivotGridCellItem, AppearanceObject, ViewInfoPaintArgs, PivotGridViewInfo, MethodInvoker) threadSafeAccess, cellItem, appearance, paintArgs, viewInfo, defaultDraw Initializes a new instance of the PivotCustomDrawCellEventArgs class.
See Also