DragDrop Class
namespace Noesis | MSDN
Provides helper methods and fields for initiating drag-and-drop operations.
Properties
| Name | Description |
|---|---|
| DragEnterEvent | Identifies the DragEnter attached event |
| DragLeaveEvent | Identifies the DragLeave attached event |
| DragOverEvent | Identifies the DragOver attached event |
| DropEvent | Identifies the Drop attached event |
| GiveFeedbackEvent | Identifies the GiveFeedback attached event |
| PreviewDragEnterEvent | Identifies the PreviewDragEnter attached event |
| PreviewDragLeaveEvent | Identifies the PreviewDragLeave attached event |
| PreviewDragOverEvent | Identifies the PreviewDragOver attached event |
| PreviewDropEvent | Identifies the PreviewDrop attached event |
| PreviewGiveFeedbackEvent | Identifies the PreviewGiveFeedback attached event |
| PreviewQueryContinueDragEvent | Identifies the PreviewQueryContinueDrag attached event |
| QueryContinueDragEvent | Identifies the QueryContinueDrag attached event |
Dependency Property Reflection Property
Attached Properties
DragDrop has no attached properties
Methods
| Name | Description |
|---|---|
| DoDragDrop(source, data, allowedEffects) | Initiates a drag-and-drop operation |
Events
DragDrop has no events
Table of Contents