Share via


NCWidgetListViewControllerDidReorderEventArgs(UIntPtr, UIntPtr) Constructor

Definition

Create a new instance of the NCWidgetListViewControllerDidReorderEventArgs with the specified event data.

public NCWidgetListViewControllerDidReorderEventArgs(UIntPtr row, UIntPtr newIndex);
new NotificationCenter.NCWidgetListViewControllerDidReorderEventArgs : unativeint * unativeint -> NotificationCenter.NCWidgetListViewControllerDidReorderEventArgs

Parameters

row
UIntPtr

unativeint

The value for the Row property.

newIndex
UIntPtr

unativeint

The value for the NewIndex property.

Applies to