ItemMovedEventArgs.NewItemIndex Property

Rotorz ReorderableList

ItemMovedEventArgsNewItemIndex Property
Gets new zero-based index of the item which was moved.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public int NewItemIndex { get; }
public function get NewItemIndex() : int

Property Value

Type: Int32
See Also