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