Share via


INCWidgetListViewDelegate.DidReorderRow Method

Definition

[Foundation.Export("widgetList:didReorderRow:toRow:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReorderRow(NotificationCenter.NCWidgetListViewController list, UIntPtr row, UIntPtr newIndex);
[<Foundation.Export("widgetList:didReorderRow:toRow:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReorderRow : NotificationCenter.NCWidgetListViewController * unativeint * unativeint -> unit
override this.DidReorderRow : NotificationCenter.NCWidgetListViewController * unativeint * unativeint -> unit

Parameters

row
UIntPtr

unativeint

newIndex
UIntPtr

unativeint

Attributes

Applies to