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.

-examples

-see-also

ListViewBase.DragItemsStarting

Contents

  1. 1-description
  2. 2-property-value
  3. 3-remarks
  4. 4-examples
  5. 5-see-also