Class ListViewDropConfiguration
Inheritance
System.Object
Windows.UI.Xaml.DependencyObject
ListViewDropConfiguration
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
DragItemsStartingAction
Declaration
public Action<DragDropStartingData> DragItemsStartingAction { get; set; }
Property Value