TreeView.DragItemsCompleted Event

Definition

Occurs when a drag operation that involves one of the items in the view is ended.

C#
public event TypedEventHandler<TreeView,TreeViewDragItemsCompletedEventArgs> DragItemsCompleted;
XAML
<TreeView DragItemsCompleted="eventhandler"/>

Event Type

Remarks

To receive this event, set the CanDragItems property to true.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6