PivotGridControl.EndUpdateAsync Method
| Name | Parameters | Description |
|---|---|---|
| EndUpdateAsync() | none | Unlocks the PivotGridControl after the PivotGridControl.BeginUpdate method call, and starts an asynchronous update. |
| EndUpdateAsync(AsyncCompletedHandler) | asyncCompleted | Unlocks the PivotGridControl after the PivotGridControl.BeginUpdate method call, and starts an asynchronous update. Allows you to specify custom actions, to be performed after this operation is completed. |