ItemMovingEventArgs.DestinationItemIndex Property

Rotorz ReorderableList

ItemMovingEventArgsDestinationItemIndex Property
Gets the new candidate zero-based index for the item.

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

Property Value

Type: Int32
See Also