PivotCustomDrawHeaderAreaEventArgs.ThreadSafeArgs Property
In This Article
Gets an event parameter that provides thread-safe access to event data.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotCustomDrawHeaderAreaThreadSafeEventArgs ThreadSafeArgs { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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 PivotCustomDrawHeaderAreaEventArgs members.
To learn more, see Asynchronous Mode.
See Also