ICoreDropOperationTarget 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.
Contains methods required for supporting drag and drop.
public interface class ICoreDropOperationTarget
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3641860502, 19547, 16765, 187, 55, 118, 56, 29, 239, 141, 180)]
struct ICoreDropOperationTarget
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3641860502, 19547, 16765, 187, 55, 118, 56, 29, 239, 141, 180)]
public interface ICoreDropOperationTarget
Public Interface ICoreDropOperationTarget
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Methods
DropAsync(CoreDragInfo) |
Called when a dragged item is dropped. |
EnterAsync(CoreDragInfo, CoreDragUIOverride) |
Called when the dragged item enters the drop area. |
LeaveAsync(CoreDragInfo) |
Called when a dragged item leaves the target drop area. |
OverAsync(CoreDragInfo, CoreDragUIOverride) |
Called when the dragged item is over the drop area. |