ItemMovingEventArgs Constructor |
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic ItemMovingEventArgs(
IReorderableListAdaptor adaptor,
int itemIndex,
int destinationItemIndex
)
public function ItemMovingEventArgs(
adaptor : IReorderableListAdaptor,
itemIndex : int,
destinationItemIndex : int
)
Parameters
- adaptor
- Type: Rotorz.ReorderableListIReorderableListAdaptor
Reorderable list adaptor. - itemIndex
- Type: SystemInt32
Zero-based index of item. - destinationItemIndex
- Type: SystemInt32
Xero-based index of item destination.
See Also