DragInfo.AllowedOperations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a bitwise combination of zero or more actions supported by the drag and drop operation.
public:
property DataPackageOperation AllowedOperations { DataPackageOperation get(); };
DataPackageOperation AllowedOperations();
public DataPackageOperation AllowedOperations { get; }
var dataPackageOperation = dragInfo.allowedOperations;
Public ReadOnly Property AllowedOperations As DataPackageOperation
Property Value
The a bitwise combination of zero or more actions supported by the drag and drop operation.
Remarks
The action(s) being performed can be modified using the keyboard or mouse buttons (see DragDropModifiers).