Click or drag to resize
ReorderableListControl Events

The ReorderableListControl type exposes the following members.

Events
  NameDescription
Public eventAddMenuClicked
Occurs when add menu button is clicked.
Public eventItemInserted
Occurs after list item is inserted or duplicated.
Public eventItemMoved
Occurs after list item has been moved.
Public eventItemMoving
Occurs immediately before list item is moved allowing for move operation to be cancelled.
Public eventItemRemoving
Occurs before list item is removed and allowing for remove operation to be cancelled.
Top
See Also