DragEventArgs.AcceptedOperation Property
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.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.