Skip to main content
A newer version of this page is available. .

PivotCustomDrawFieldValueEventArgs(IThreadSafeAccessible, PivotFieldsAreaCellViewInfo, PivotHeaderObjectInfoArgs, ViewInfoPaintArgs, PivotHeaderObjectPainter, MethodInvoker) Constructor

Initializes a new instance of the PivotCustomDrawFieldValueEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotCustomDrawFieldValueEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotFieldsAreaCellViewInfo fieldCellViewInfo,
    PivotHeaderObjectInfoArgs info,
    ViewInfoPaintArgs paintArgs,
    PivotHeaderObjectPainter painter,
    MethodInvoker defaultDraw
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

An object that implements the IThreadSafeAccessible interface.

fieldCellViewInfo DevExpress.XtraPivotGrid.ViewInfo.PivotFieldsAreaCellViewInfo

An object that contains information on the processed cell.

info DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs

A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectInfoArgs object which provides information about the painted field value.

paintArgs DevExpress.XtraPivotGrid.ViewInfo.ViewInfoPaintArgs

A ViewInfoPaintArgs object.

painter DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter

A DevExpress.XtraPivotGrid.ViewInfo.PivotHeaderObjectPainter object.

defaultDraw MethodInvoker

A MethodInvoker object.

See Also