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

PivotCustomDrawCellThreadSafeEventArgs(IThreadSafeAccessible, PivotCustomDrawCellEventArgs) Constructor

Initializes a new instance of the PivotCustomDrawCellThreadSafeEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotCustomDrawCellThreadSafeEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotCustomDrawCellEventArgs ownerArgs
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

An object that implements the IThreadSafeAccessible interface. Provides access to pivot grid data.

ownerArgs PivotCustomDrawCellEventArgs

A PivotCustomDrawCellEventArgs object that owns the current event parameter.

Remarks

Instances of the PivotCustomDrawCellThreadSafeEventArgs class are automatically created, initialized and passed to the PivotGridControl.CustomDrawCell event handlers. Typically, there is no need to call this constructor directly from your code.

See Also