TreeView.CanStartDragArgs.draggedItemIDs
public IList<int> draggedItemIDs;
Description 描述
The multi-selection about to be dragged.
If the user is about to drag a multi-selection this is the entire list of TreeViewItem.id that are about to be dragged, including the ::draggedItem.
See Also: FindRows.