Class DragDropStartingData
Inheritance
System.Object
DragDropStartingData
Namespace: Catalog.Models
Assembly: Catalog.dll
Syntax
public class DragDropStartingData
Properties
Data
Declaration
public DataPackage Data { get; set; }
Property Value
Type | Description |
---|---|
Windows.ApplicationModel.DataTransfer.DataPackage |
Items
Declaration
public IList<object> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Object> |