ReorderableListControl Events

Rotorz ReorderableList

ReorderableListControl Events

The ReorderableListControl type exposes the following members.

Events
  Name Description
Public event AddMenuClicked
Occurs when add menu button is clicked.
Public event ItemInserted
Occurs after list item is inserted or duplicated.
Public event ItemMoved
Occurs after list item has been moved.
Public event ItemMoving
Occurs immediately before list item is moved allowing for move operation to be cancelled.
Public event ItemRemoving
Occurs before list item is removed and allowing for remove operation to be cancelled.
Top
See Also