DragEventArgs.Data Property

Definition

Gets or sets a data object (DataPackage) that contains the data associated with the corresponding drag event. This value is not useful in all event cases; specifically, the event must be handled by a valid drop target.

C#
public DataPackage Data { get; set; }

Property Value

The data object that contains data payload that is associated with the corresponding drag event.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also