ItemMovingEventArgs Properties

Rotorz ReorderableList

ItemMovingEventArgs Properties

The ItemMovingEventArgs type exposes the following members.

Properties
  Name Description
Public property Adaptor
Gets adaptor to reorderable list container which contains element.
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public property DestinationItemIndex
Gets the new candidate zero-based index for the item.
Public property ItemIndex
Gets current zero-based index of item which is going to be moved.
Public property NewItemIndex
Gets zero-based index of item after it has been moved.
Top
See Also