Class ListViewDropConfiguration

Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
ListViewDropConfiguration
Namespace: Catalog.Services.DragAndDrop
Assembly: Catalog.dll
Syntax
public class ListViewDropConfiguration : DropConfiguration

Fields

DragItemsCompletedActionProperty

Declaration
public static readonly DependencyProperty DragItemsCompletedActionProperty
Field Value
Type Description
Windows.UI.Xaml.DependencyProperty

DragItemsStartingActionProperty

Declaration
public static readonly DependencyProperty DragItemsStartingActionProperty
Field Value
Type Description
Windows.UI.Xaml.DependencyProperty

Properties

DragItemsCompletedAction

Declaration
public Action<DragDropCompletedData> DragItemsCompletedAction { get; set; }
Property Value
Type Description
System.Action<DragDropCompletedData>

DragItemsStartingAction

Declaration
public Action<DragDropStartingData> DragItemsStartingAction { get; set; }
Property Value
Type Description
System.Action<DragDropStartingData>