Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Data
June 22, 2022 ยท View on GitHub
-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.