DropOperationTargetRequestedEventArgs Class

Definition

Contains event data for the DragDropManager.TargetRequested event.

public ref class DropOperationTargetRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DropOperationTargetRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DropOperationTargetRequestedEventArgs
Public NotInheritable Class DropOperationTargetRequestedEventArgs
Inheritance
Object Platform::Object IInspectable DropOperationTargetRequestedEventArgs
Attributes

Methods

SetTarget(IDropOperationTarget)

Sets the drop target of the drag and drop operation.

Applies to