PivotCustomDrawHeaderAreaEventArgs(IThreadSafeAccessible, PivotHeadersViewInfoBase, ViewInfoPaintArgs, Rectangle, MethodInvoker) Constructor
Initializes a new instance of the PivotCustomDrawHeaderAreaEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
public PivotCustomDrawHeaderAreaEventArgs(
IThreadSafeAccessible threadSafeAccess,
PivotHeadersViewInfoBase headersViewInfo,
ViewInfoPaintArgs paintArgs,
Rectangle bounds,
MethodInvoker defaultDraw
)
Parameters
| Name | Type | Description |
|---|---|---|
| threadSafeAccess | IThreadSafeAccessible | An object that implements the IThreadSafeAccessible interface. |
| headersViewInfo | DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase | A PivotHeaderViewInfoBase 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