IReorderableListDropTarget Methods

Rotorz ReorderableList

IReorderableListDropTarget Methods

The IReorderableListDropTarget type exposes the following members.

Methods
  Name Description
Public method CanDropInsert
Determines whether an item is being dragged and that it can be inserted or moved by dropping somewhere into the reorderable list control.
Public method ProcessDropInsertion
Processes the current drop insertion operation when CanDropInsert(Int32) returns a value of true to process, accept or cancel.
Top
See Also