UICollectionView.PerformBatchUpdatesAsync(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies and simultaneously animates multiple manipulations of the UICollectionView.
public virtual System.Threading.Tasks.Task<bool> PerformBatchUpdatesAsync (Action updates);
abstract member PerformBatchUpdatesAsync : Action -> System.Threading.Tasks.Task<bool>
override this.PerformBatchUpdatesAsync : Action -> System.Threading.Tasks.Task<bool>
Parameters
- updates
- Action
An delegate specifying the updates to apply.
Returns
A task that represents the asynchronous PerformBatchUpdates operation. The value of the TResult parameter is a UICompletionHandler.