Share via


NCWidgetListViewDelegate.ShouldReorderRow Method

Definition

[Foundation.Export("widgetList:shouldReorderRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReorderRow(NotificationCenter.NCWidgetListViewController list, UIntPtr row);
[<Foundation.Export("widgetList:shouldReorderRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReorderRow : NotificationCenter.NCWidgetListViewController * unativeint -> bool
override this.ShouldReorderRow : NotificationCenter.NCWidgetListViewController * unativeint -> bool

Parameters

row
UIntPtr

unativeint

Returns

Implements

Attributes

Applies to