ItemMovedEventArgs Properties

Rotorz ReorderableList

ItemMovedEventArgs Properties

The ItemMovedEventArgs type exposes the following members.

Properties
  Name Description
Public property Adaptor
Gets adaptor to reorderable list container which contains element.
Public property NewItemIndex
Gets new zero-based index of the item which was moved.
Public property OldItemIndex
Gets old zero-based index of the item which was moved.
Top
See Also