IUITableViewDropPlaceholderContext.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>

The handler that will update the view's data source.

Returns

Attributes

Applies to