+This value is set in the [UIElement.DragStarting](uielement_dragstarting.md) event handler via the [DragStartingEventArgs.AllowedOperations](dragstartingeventargs_allowedoperations.md) property. It can then be read from this property in the [DragEnter](uielement_dragenter.md) and [DragOver](uielement_dragover.md) events of the `UIElement` that is a potential drop target of the drag and drop operation. It notifies the target which data package operations (none, move, copy, and/or link) are allowed by the source.
0 commit comments