IDropOperationTarget Interface

Definition

Provides methods required by a drop target in a drag and drop operation.

public interface class IDropOperationTarget
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.Guid(472319961, 101, 21447, 187, 251, 80, 133, 3, 120, 202, 243)]
struct IDropOperationTarget
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.Guid(472319961, 101, 21447, 187, 251, 80, 133, 3, 120, 202, 243)]
public interface IDropOperationTarget
Public Interface IDropOperationTarget
Attributes

Methods

DropAsync(DragInfo)

Called when an object is dropped onto the drop target area.

EnterAsync(DragInfo, DragUIOverride)

Called when an object is dragged into the drop target area.

LeaveAsync(DragInfo)

Called when an object is dragged from the drop target area.

OverAsync(DragInfo, DragUIOverride)

Called when an object is dragged over the drop target area.

Applies to

See also