Share via


UICollectionView.MoveItem(NSIndexPath, NSIndexPath) Method

Definition

[Foundation.Export("moveItemAtIndexPath:toIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void MoveItem(Foundation.NSIndexPath indexPath, Foundation.NSIndexPath newIndexPath);
[<Foundation.Export("moveItemAtIndexPath:toIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveItem : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

Parameters

indexPath
NSIndexPath
newIndexPath
NSIndexPath
Attributes

Applies to