Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.03 KB

drageventargs_allowedoperations.md

File metadata and controls

26 lines (18 loc) · 1.03 KB
-api-id -api-type
P:Microsoft.UI.Xaml.DragEventArgs.AllowedOperations
winrt property

Microsoft.UI.Xaml.DragEventArgs.AllowedOperations

-description

Gets the allowed data package operations (none, move, copy, and/or link) for the drag and drop operation.

-property-value

The allowed data operations.

-remarks

For more info about the allowed data operations, see DataPackageOperation.

This value is set in the DragStarting event handler. See the DragStartingEventArgs.AllowedOperations property.

-examples

-see-also

Drag-and-drop overview, DragStarting, DragStartingEventArgs.AllowedOperations, CoreDragOperation.AllowedOperations