DragEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DragEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Data | Gets a data object (implements IDataObject) that contains the data associated with the corresponding drag event. This value is not useful in all event cases; see Remarks. |
|
Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. |
|
OriginalSource | Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.) |
Show: