Share via


CoreDropOperationTargetRequestedEventArgs Class

Definition

Provides the ability to set the target of a drag and drop operation when a target is requested.

public ref class CoreDropOperationTargetRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CoreDropOperationTargetRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CoreDropOperationTargetRequestedEventArgs
Public NotInheritable Class CoreDropOperationTargetRequestedEventArgs
Inheritance
Object Platform::Object IInspectable CoreDropOperationTargetRequestedEventArgs
Attributes

Windows requirements

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

Name Description
SetTarget(ICoreDropOperationTarget)

Sets the target of the drag and drop operation.

Applies to