DragEventArgs.AcceptedOperation Property

Definition

Gets or sets a value that specifies which operations are allowed by the drop target.

public:
 property Microsoft::Maui::Controls::DataPackageOperation AcceptedOperation { Microsoft::Maui::Controls::DataPackageOperation get(); void set(Microsoft::Maui::Controls::DataPackageOperation value); };
public Microsoft.Maui.Controls.DataPackageOperation AcceptedOperation { get; set; }
member this.AcceptedOperation : Microsoft.Maui.Controls.DataPackageOperation with get, set
Public Property AcceptedOperation As DataPackageOperation

Property Value

Applies to