IDropOperationTarget.DropAsync(DragInfo) Method

Definition

Called when an object is dropped onto the drop target area.

public:
 IAsyncOperation<DataPackageOperation> ^ DropAsync(DragInfo ^ dragInfo);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackageOperation> DropAsync(DragInfo const& dragInfo);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DataPackageOperation> DropAsync(DragInfo dragInfo);
function dropAsync(dragInfo)
Public Function DropAsync (dragInfo As DragInfo) As IAsyncOperation(Of DataPackageOperation)

Parameters

dragInfo
DragInfo

Info about the drag and drop operation.

Returns

When this method completes, it returns a bitwise combination of data package operations.

Attributes

Applies to