Back to Devexpress

PivotCustomAppearanceEventArgs.ThreadSafeArgs Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomappearanceeventargs-c1c2c849.md

latest2.1 KB
Original Source

PivotCustomAppearanceEventArgs.ThreadSafeArgs Property

Gets an event parameter that provides thread-safe access to event data.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotCustomAppearanceThreadSafeEventArgs ThreadSafeArgs { get; }
vb
Public ReadOnly Property ThreadSafeArgs As PivotCustomAppearanceThreadSafeEventArgs

Property Value

TypeDescription
PivotCustomAppearanceThreadSafeEventArgs

A PivotCustomAppearanceThreadSafeEventArgs object that provides thread-safe access to event data.

|

Remarks

Use the ThreadSafeArgs property to access event data while an asynchronous operation is being performed. The returned object exposes properties and methods that provide thread-safe access to the corresponding PivotCustomAppearanceEventArgs members.

To learn more, see Asynchronous Mode.

See Also

Appearance

PivotCustomAppearanceEventArgs Class

PivotCustomAppearanceEventArgs Members

DevExpress.XtraPivotGrid Namespace