Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 615 Bytes

treeviewdragitemsstartingeventargs_data.md

File metadata and controls

33 lines (16 loc) · 615 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TreeViewDragItemsStartingEventArgs.Data
winrt property

Microsoft.UI.Xaml.Controls.TreeViewDragItemsStartingEventArgs.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.

-see-also

-examples