DragItemsCompletedEventArgs
DragItemsCompletedEventArgs
DragItemsCompletedEventArgs
DragItemsCompletedEventArgs
Class
Definition
Provides event data for the DragItemsCompleted event.
public : sealed class DragItemsCompletedEventArgs : IDragItemsCompletedEventArgspublic sealed class DragItemsCompletedEventArgs : IDragItemsCompletedEventArgsPublic NotInheritable Class DragItemsCompletedEventArgs Implements IDragItemsCompletedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
DropResult DropResult DropResult DropResult
Gets a value that indicates what operation was performed on the dragged data, and whether it was successful.
public : DataPackageOperation DropResult { get; }public DataPackageOperation DropResult { get; }Public ReadOnly Property DropResult As DataPackageOperation// This API is not available in Javascript.
A value of the enumeration that indicates what operation was performed on the dragged data.
Items Items Items Items
Gets the loosely typed collection of objects that are selected for the item drag action.
public : IVectorView<object> Items { get; }public IReadOnlyList<object> Items { get; }Public ReadOnly Property Items As IReadOnlyList<object>// This API is not available in Javascript.
- Value
- IVectorView<PlatForm::Object> IReadOnlyList<object> IReadOnlyList<object> IReadOnlyList<object>
A loosely typed collection of objects.