IUICollectionViewDropPlaceholderContext.CommitInsertion Method

Definition

Replaces the placeholder cell with dropped content.

[Foundation.Export("commitInsertionWithDataSourceUpdates:")]
[Foundation.Preserve(Conditional=true)]
public bool CommitInsertion (Action<Foundation.NSIndexPath> dataSourceUpdates);
abstract member CommitInsertion : Action<Foundation.NSIndexPath> -> bool

Parameters

dataSourceUpdates
Action<NSIndexPath>

Handler to run as the placeholder is replaced. Takes the index path where the content should drop.

Returns

Attributes

Applies to