Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop.md
T
Andy (Steve) De George be103da07e Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md

* net-current-v40plus-md.md

* tla2sharptla-ui-md.md

* tla2sharptla-uiautomation-md.md

* tla2sharptla-winclient-md.md

* tla2sharptla-xaml-md.md

* tlasharptla-ui-md.md

* tlasharptla-uiautomation-md.md

* tlasharptla-winclient-md.md

* tlasharptla-xaml-md.md

* fix warnings
2022-03-16 12:14:11 -04:00

30 lines
905 B
Markdown

---
title: "Drag and Drop"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "data [WPF], drag-and-drop"
- "drag and drop [WPF]"
- "drag-and-drop [WPF]"
ms.assetid: 77c48920-8c8b-41eb-8fe8-b411962c8623
---
# Drag and Drop
WPF applications as well as other Windows applications.
## In This Section
[Drag and Drop Overview](drag-and-drop-overview.md)
[Data and Data Objects](data-and-data-objects.md)
[Walkthrough: Enabling Drag and Drop on a User Control](walkthrough-enabling-drag-and-drop-on-a-user-control.md)
[How-to Topics](drag-and-drop-how-to-topics.md)
## 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