Class DragDropCompletedData

Inheritance
System.Object
DragDropCompletedData
Namespace: Catalog.Models
Assembly: Catalog.dll
Syntax
public class DragDropCompletedData

Properties

DropResult

Declaration
public DataPackageOperation DropResult { get; set; }
Property Value
Type Description
Windows.ApplicationModel.DataTransfer.DataPackageOperation

Items

Declaration
public IReadOnlyList<object> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<System.Object>