Reorderable List Control for Unity
ReorderableListControl Events |
The ReorderableListControl type exposes the following members.
Events
Name | Description | |
---|---|---|
AddMenuClicked |
Occurs when add menu button is clicked.
|
|
ItemInserted |
Occurs after list item is inserted or duplicated.
|
|
ItemMoved |
Occurs after list item has been moved.
|
|
ItemMoving |
Occurs immediately before list item is moved allowing for move operation to be cancelled.
|
|
ItemRemoving |
Occurs before list item is removed and allowing for remove operation to be cancelled.
|
See Also