IDropOperationTarget.DropAsync(DragInfo) Method
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.
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