Back to Devexpress

PivotCustomDrawCellBaseEventArgs.ThreadSafeArgs Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdrawcellbaseeventargs-15f10a18.md

latest2.0 KB
Original Source

PivotCustomDrawCellBaseEventArgs.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 PivotCustomDrawCellBaseThreadSafeEventArgs ThreadSafeArgs { get; }
vb
Public ReadOnly Property ThreadSafeArgs As PivotCustomDrawCellBaseThreadSafeEventArgs

Property Value

TypeDescription
PivotCustomDrawCellBaseThreadSafeEventArgs

A PivotCustomDrawCellBaseThreadSafeEventArgs 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 PivotCustomDrawCellBaseEventArgs members.

To learn more, see Asynchronous Mode.

See Also

PivotCustomDrawCellBaseEventArgs Class

PivotCustomDrawCellBaseEventArgs Members

DevExpress.XtraPivotGrid Namespace