NCWidgetListViewDelegate.DidReorderRow 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.
[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