PivotCustomDrawEventArgs(IThreadSafeAccessible, IPivotCustomDrawAppearanceOwner, ViewInfoPaintArgs, Rectangle, MethodInvoker) Constructor
In This Article
Initializes a new instance of the PivotCustomDrawEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotCustomDrawEventArgs(
IThreadSafeAccessible threadSafeAccess,
IPivotCustomDrawAppearanceOwner appearanceOwner,
ViewInfoPaintArgs paintArgs,
Rectangle bounds,
MethodInvoker defaultDraw
)
#Parameters
Name | Type | Description |
---|---|---|
thread |
IThread |
An object that implements the IThread |
appearance |
DevExpress. |
An IPivot |
paint |
DevExpress. |
A View |
bounds | Rectangle | A System. |
default |
Method |
A Method |
See Also