PivotCustomDrawEventArgs(IThreadSafeAccessible, IPivotCustomDrawAppearanceOwner, ViewInfoPaintArgs, Rectangle, MethodInvoker) Constructor
Initializes a new instance of the PivotCustomDrawEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
public PivotCustomDrawEventArgs(
IThreadSafeAccessible threadSafeAccess,
IPivotCustomDrawAppearanceOwner appearanceOwner,
ViewInfoPaintArgs paintArgs,
Rectangle bounds,
MethodInvoker defaultDraw
)
Parameters
| Name | Type | Description |
|---|---|---|
| threadSafeAccess | IThreadSafeAccessible | An object that implements the IThreadSafeAccessible interface. |
| appearanceOwner | DevExpress.XtraPivotGrid.IPivotCustomDrawAppearanceOwner | An IPivotCustomDrawAppearanceOwner object. |
| paintArgs | DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs | A ViewInfoPaintArgs object. |
| bounds | Rectangle | A System.Drawing.Rectangle structure that specifies the drawing area. |
| defaultDraw | MethodInvoker | A MethodInvoker object. |
See Also