IDropOperationTarget.LeaveAsync(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 dragged from the drop target area.
public:
IAsyncAction ^ LeaveAsync(DragInfo ^ dragInfo);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction LeaveAsync(DragInfo const& dragInfo);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction LeaveAsync(DragInfo dragInfo);
function leaveAsync(dragInfo)
Public Function LeaveAsync (dragInfo As DragInfo) As IAsyncAction
Parameters
- dragInfo
- DragInfo
Info about the drag and drop operation.
Returns
Returns an asynchronous action with no result object.
- Attributes