DragStartingEventArgs.AllowedOperations Property
Definition
Gets or sets the allowed data package operations (none, move, copy, and/or link) for the drag and drop operation.
public:
property DataPackageOperation AllowedOperations { DataPackageOperation get(); void set(DataPackageOperation value); };
DataPackageOperation AllowedOperations();
void AllowedOperations(DataPackageOperation value);
public DataPackageOperation AllowedOperations { get; set; }
Public Property AllowedOperations As DataPackageOperation
Property Value
- Windows.ApplicationModel.DataTransfer.DataPackageOperation
The allowed data operations.
Remarks
For more info about the allowed data operations, see DataPackageOperation.