The event handler receives an argument of type DragMoveCompletedEventArgs containing data related to this event. The following DragMoveCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Count | Gets the number of columns or rows being moved. |
FromIndex | Gets the column or row index of the start location of the drag. |
ToIndex | Gets the column or row index of the destination of the drag |
View | Gets the view in which the columns or row have been dragged. |