DragInfo.AllowedOperations Property

Definition

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).

Applies to