Back to Devexpress

PivotCustomDrawEventArgs.ThreadSafeArgs Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdraweventargs-f06b5d7a.md

latest1.9 KB
Original Source

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

Property Value

TypeDescription
PivotCustomDrawThreadSafeEventArgs

A PivotCustomDrawThreadSafeEventArgs 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 PivotCustomDrawEventArgs members.

To learn more, see Asynchronous Mode.

See Also

PivotCustomDrawEventArgs Class

PivotCustomDrawEventArgs Members

DevExpress.XtraPivotGrid Namespace