Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


DropCompletedEventArgs Class

Definition

Provides event data for the DropCompleted event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DropCompletedEventArgs : RoutedEventArgs
Inheritance
Object RoutedEventArgs DropCompletedEventArgs
Attributes

Properties

DropResult

Gets a value that indicates the type of drag-and-drop operation, and whether the operation was successful.

OriginalSource

Gets a reference to the object that raised the event. This is often a template part of a control rather than an element that was declared in your app UI.

(Inherited from RoutedEventArgs)

Applies to

Προϊόν Εκδόσεις
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also