ICoreDropOperationTarget.LeaveAsync(CoreDragInfo) 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 a dragged item leaves the target drop area.
public:
IAsyncAction ^ LeaveAsync(CoreDragInfo ^ dragInfo);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction LeaveAsync(CoreDragInfo const& dragInfo);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction LeaveAsync(CoreDragInfo dragInfo);
function leaveAsync(dragInfo)
Public Function LeaveAsync (dragInfo As CoreDragInfo) As IAsyncAction
Parameters
- dragInfo
- CoreDragInfo
The core drag information.
Returns
This method does not return an object or value.
- Attributes