ICoreDropOperationTarget.OverAsync(CoreDragInfo, CoreDragUIOverride) 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 the dragged item is over the drop area.
public:
IAsyncOperation<DataPackageOperation> ^ OverAsync(CoreDragInfo ^ dragInfo, CoreDragUIOverride ^ dragUIOverride);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackageOperation> OverAsync(CoreDragInfo const& dragInfo, CoreDragUIOverride const& dragUIOverride);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DataPackageOperation> OverAsync(CoreDragInfo dragInfo, CoreDragUIOverride dragUIOverride);
function overAsync(dragInfo, dragUIOverride)
Public Function OverAsync (dragInfo As CoreDragInfo, dragUIOverride As CoreDragUIOverride) As IAsyncOperation(Of DataPackageOperation)
Parameters
- dragInfo
- CoreDragInfo
The core drag information.
- dragUIOverride
- CoreDragUIOverride
Overrides to default the drag UI.
Returns
When this method completes, it returns the data package operation.
- Attributes