NSCollectionView.PerformBatchUpdates(Action, Action<Boolean>) Method

Definition

[Foundation.Export("performBatchUpdates:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PerformBatchUpdates (Action updates, Action<bool> completionHandler);
abstract member PerformBatchUpdates : Action * Action<bool> -> unit
override this.PerformBatchUpdates : Action * Action<bool> -> unit

Parameters

updates
Action
completionHandler
Action<Boolean>
Attributes

Applies to