Executes a row drag/drop operation.
void DragDropRows(ITreeDataGridSource source, IEnumerable<IndexPath> indexes, IndexPath targetIndex, TreeDataGridRowDropPosition position, DragDropEffects effects)
The source of the dragged rows.
The model indexes of the rows being dragged.
The model index of the drop target.
The position relative to the drop target.
The requested drop effects.