Reorderable List Control for Unity
ReorderableListControlOnItemMoving Method |
Raises event immediately before list item is moved and provides oppertunity to cancel.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)

protected virtual void OnItemMoving( ItemMovingEventArgs args )
protected virtual function OnItemMoving( args : ItemMovingEventArgs )
Parameters
- args
- Type: Rotorz.ReorderableListItemMovingEventArgs
Event arguments.
