Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 539 Bytes

dragitemsstartingeventargs_cancel.md

File metadata and controls

25 lines (16 loc) · 539 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Cancel
winrt property

Windows.UI.Xaml.Controls.DragItemsStartingEventArgs.Cancel

-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