Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.16 KB

File metadata and controls

33 lines (27 loc) · 1.16 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
Drag and Drop
Use this collection of articles to learn about the drag-and-drop feature in Windows Presentation Foundation (WPF).
03/30/2017
AutoGeneratedOrientationPage
data [WPF], drag-and-drop
drag and drop [WPF]
drag-and-drop [WPF]
77c48920-8c8b-41eb-8fe8-b411962c8623

Drag and Drop

Windows Presentation Foundation (WPF) provides a highly flexible drag and drop infrastructure which supports dragging and dropping of data within both WPF applications as well as other Windows applications.

In This Section

Drag and Drop Overview
Data and Data Objects
Walkthrough: Enabling Drag and Drop on a User Control
How-to Topics

Reference

xref:System.Windows.DataFormat
xref:System.Windows.DataObject
xref:System.Windows.DragDrop
xref:System.Windows.DragDropEffects
xref:System.Windows.DragEventHandler
xref:System.Windows.TextDataFormat

Related Sections