Namespace Microsoft.Windows
Classes
DataObject
Provides a basic implementation of the IDataObject interface, which defines a format-independent mechanism for transferring data.
DragDrop
Provides helper methods and fields for drag-and-drop operations.
DragEventArgs
Provides data for drag-and-drop events in Silverlight.
ExtendedRoutedEventArgs
Interfaces
IDataObject
Provides a format-independent mechanism for transferring data.
Enums
DragDropEffects
Specifies the effects of a drag-and-drop operation.
DragDropKeyStates
Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons.
Delegates
DragEventHandler
Represents the method that will handle the UIElement.DragEnter, UIElement.DragLeave, UIElement.DragOver, and UIElement.Drop events of a UIElement.