ICoreDropOperationTarget.EnterAsync method
[This documentation is preliminary and is subject to change.]
Called when a dragged item enters the target drop area.
Syntax
IAsyncOperation<DataPackageOperation> EnterAsync(
CoreDragInfo dragInfo,
CoreDragUI dragUI
)
Function EnterAsync(
dragInfo As CoreDragInfo,
dragUI As CoreDragUI
) As IAsyncOperation(Of DataPackageOperation)
IAsyncOperation<DataPackageOperation>^ EnterAsync(
CoreDragInfo^ dragInfo,
CoreDragUI^ dragUI
)
Parameters
dragInfo
Type: CoreDragInfoThe core drag info.
dragUI
Type: CoreDragUIThe drag UI.
Return value
Type: IAsyncOperation<DataPackageOperation>
The data package operation.
Requirements (device family)
Device family |
Universal |
API contract |
Windows.Foundation.UniversalApiContract, introduced version 1.0 |
Namespace |
Windows.ApplicationModel.DataTransfer.DragDrop.Core Windows::ApplicationModel::DataTransfer::DragDrop::Core [C++] |
Metadata |
Windows.Foundation.UniversalApiContract.winmd |
Requirements (operating system)
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
None supported |
Namespace |
Windows.ApplicationModel.DataTransfer.DragDrop.Core Windows::ApplicationModel::DataTransfer::DragDrop::Core [C++] |
Metadata |
Windows.winmd |