DropCompletedEventArgs.DropResult Property

Definition

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

public:
 property DataPackageOperation DropResult { DataPackageOperation get(); };
DataPackageOperation DropResult();
public DataPackageOperation DropResult { get; }
var dataPackageOperation = dropCompletedEventArgs.dropResult;
Public ReadOnly Property DropResult As DataPackageOperation

Property Value

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

Applies to

See also