OnReorderDragPerformed Method
OnReorderDragPerformed(Int32, Int32)
Implement this method to do the actual reordering of the data backing the list control.
Declaration
protected virtual void OnReorderDragPerformed(int draggedIndex, int dropIndex)
Parameters
Int32 | draggedIndex | The index of the dragged item |
Int32 | dropIndex | The index where the item is being dropped |