ItemMovingEventArgs Class

Rotorz ReorderableList

ItemMovingEventArgs Class
Arguments which are passed to ItemMovingEventHandler.
Inheritance Hierarchy
SystemObject  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Rotorz.ReorderableListItemMovingEventArgs

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public sealed class ItemMovingEventArgs : CancelEventArgs
public sealed class ItemMovingEventArgs extends CancelEventArgs

The ItemMovingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodItemMovingEventArgs
Initializes a new instance of ItemMovingEventArgs.
Top
Properties
  NameDescription
Public propertyAdaptor
Gets adaptor to reorderable list container which contains element.
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyDestinationItemIndex
Gets the new candidate zero-based index for the item.
Public propertyItemIndex
Gets current zero-based index of item which is going to be moved.
Public propertyNewItemIndex
Gets zero-based index of item after it has been moved.
Top
See Also