ListViewBase.DragItemsCompleted Event

Definition

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

C#
public event TypedEventHandler<ListViewBase,DragItemsCompletedEventArgs> DragItemsCompleted;

Event Type

Remarks

Important

In order to receive this event, the CanDragItems property must be set 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

See also