Skip to main content
A newer version of this page is available. .

PivotCustomDrawBaseThreadSafeEventArgs Class

Provides thread-safe access to custom painting events data.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotCustomDrawBaseThreadSafeEventArgs

Remarks

The PivotCustomDrawBaseThreadSafeEventArgs class serves as a base for classes that provide thread-safe access to custom painting events data. The PivotCustomDrawBaseThreadSafeEventArgs class exposes properties and methods that allow you to access pivot grid data while an asynchronous operation is being performed. To learn more, see Asynchronous Mode.

See Also