Skip to main content

PivotCustomDrawCellBaseThreadSafeEventArgs(IThreadSafeAccessible, PivotCustomDrawCellBaseEventArgs) Constructor

Initializes a new instance of the PivotCustomDrawCellBaseThreadSafeEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotCustomDrawCellBaseThreadSafeEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotCustomDrawCellBaseEventArgs ownerArgs
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

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

ownerArgs PivotCustomDrawCellBaseEventArgs

A PivotCustomDrawCellBaseEventArgs object that owns the current event parameter.

Remarks

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

See Also