Reorderable List Control for Unity
| ItemMovedEventArgs Properties |
The ItemMovedEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Adaptor |
Gets adaptor to reorderable list container which contains element.
|
|
NewItemIndex |
Gets new zero-based index of the item which was moved.
|
|
OldItemIndex |
Gets old zero-based index of the item which was moved.
|
See Also