| ItemMovingEventArgs Class |
Namespace: Rotorz.ReorderableList
public sealed class ItemMovingEventArgs : CancelEventArgs
The ItemMovingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemMovingEventArgs |
Initializes a new instance of ItemMovingEventArgs.
|
| Name | Description | |
|---|---|---|
| Adaptor |
Gets adaptor to reorderable list container which contains element.
| |
| Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
| DestinationItemIndex |
Gets the new candidate zero-based index for the item.
| |
| ItemIndex |
Gets current zero-based index of item which is going to be moved.
| |
| NewItemIndex |
Gets zero-based index of item after it has been moved.
|