Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 692 Bytes

dragitemsstartingeventargs_data.md

File metadata and controls

26 lines (17 loc) · 692 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Data
winrt property

Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Data

-description

Gets the data payload associated with an items drag action.

-property-value

The data payload.

-remarks

By default the data is empty. When you perform custom actions as the result of a drag-and-drop operation, you typically provide custom data that can later be inspected and used to perform the custom action.

-examples

-see-also

ListViewBase.DragItemsStarting