Share via


NCWidgetListViewDelegate.DidReorderRow Method

Definition

[Foundation.Export("widgetList:didReorderRow:toRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReorderRow(NotificationCenter.NCWidgetListViewController list, UIntPtr row, UIntPtr newIndex);
[<Foundation.Export("widgetList:didReorderRow:toRow:")>]
[<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

Implements

Attributes

Applies to