Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDropOperationTarget Interface

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.

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

Name Description
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


Feedback

Was this page helpful?