Class DragDropData
Inheritance
System.Object
DragDropData
Namespace: Catalog.Models
Assembly: Catalog.dll
Syntax
public class DragDropData
Properties
AcceptedOperation
Declaration
public DataPackageOperation AcceptedOperation { get; set; }
Property Value
Type | Description |
---|---|
Windows.ApplicationModel.DataTransfer.DataPackageOperation |
DataView
Declaration
public DataPackageView DataView { get; set; }
Property Value
Type | Description |
---|---|
Windows.ApplicationModel.DataTransfer.DataPackageView |