Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Cancel

June 22, 2022 ยท View on GitHub

-description

Gets or sets a value that indicates whether the item drag action should be canceled.

-property-value

True to cancel the item drag action; otherwise, false.

-remarks

Set this property to true in a handler in order to cancel an items drag action.

-examples

-see-also