DropCompletedEventArgs DropCompletedEventArgs DropCompletedEventArgs DropCompletedEventArgs Class

Definition

Provides event data for the DropCompleted event.

public : sealed class DropCompletedEventArgs : RoutedEventArgs, IDropCompletedEventArgspublic sealed class DropCompletedEventArgs : RoutedEventArgs, IDropCompletedEventArgsPublic NotInheritable Class DropCompletedEventArgs Inherits RoutedEventArgs Implements IDropCompletedEventArgs// This API is not available in Javascript.
Inheritance
DropCompletedEventArgsDropCompletedEventArgsDropCompletedEventArgsDropCompletedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

DropResult DropResult DropResult DropResult

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

public : DataPackageOperation DropResult { get; }public DataPackageOperation DropResult { get; }Public ReadOnly Property DropResult As DataPackageOperation// This API is not available in Javascript.
Value
DataPackageOperation DataPackageOperation DataPackageOperation DataPackageOperation

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

See Also