Skip to main content

PivotCustomAppearanceThreadSafeEventArgs(IThreadSafeAccessible, PivotCustomAppearanceEventArgs) Constructor

Initializes a new instance of the PivotCustomAppearanceThreadSafeEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotCustomAppearanceThreadSafeEventArgs(
    IThreadSafeAccessible threadSafeAccess,
    PivotCustomAppearanceEventArgs ownerArgs
)

Parameters

Name Type Description
threadSafeAccess IThreadSafeAccessible

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

ownerArgs PivotCustomAppearanceEventArgs

A PivotCustomAppearanceEventArgs object that owns the current event parameter.

Remarks

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

See Also