Reorderable List Control for Unity
ReorderableListControlOnItemRemoving Method |
Raises event before list item is removed 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 OnItemRemoving( ItemRemovingEventArgs args )
protected virtual function OnItemRemoving( args : ItemRemovingEventArgs )
Parameters
- args
- Type: Rotorz.ReorderableListItemRemovingEventArgs
Event arguments.
