PivotGridControl.AsyncOperationCompleted Event
Occurs after an asynchronous operation has been completed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public event EventHandler AsyncOperationCompleted
#Event Data
The AsyncOperationCompleted event's data class is EventArgs.
#Remarks
The AsyncOperationCompleted event occurs after an asynchronous operation has been completed, and before a custom procedure specified by the AsyncCompletedHandler delegate is started (if implemented).
Note
For certain asynchronous operations, Pivot Grid Control automatically performs specific actions to handle operation results after the background thread is completed. The Async
The PivotGridControl.AsyncOperationStarting event occurs before an asynchronous operation is started.