IDropOperationTarget.EnterAsync(DragInfo, DragUIOverride) 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 dragged into the drop target area.
public:
IAsyncOperation<DataPackageOperation> ^ EnterAsync(DragInfo ^ dragInfo, DragUIOverride ^ dragUIOverride);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackageOperation> EnterAsync(DragInfo const& dragInfo, DragUIOverride const& dragUIOverride);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DataPackageOperation> EnterAsync(DragInfo dragInfo, DragUIOverride dragUIOverride);
function enterAsync(dragInfo, dragUIOverride)
Public Function EnterAsync (dragInfo As DragInfo, dragUIOverride As DragUIOverride) As IAsyncOperation(Of DataPackageOperation)
Parameters
- dragInfo
- DragInfo
Info about the drag and drop operation.
- dragUIOverride
- DragUIOverride
The visual representation of the object being dragged.
Returns
When this method completes, it returns a bitwise combination of data package operations.
- Attributes