Class DragDropBehaviour
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Behaviours
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class DragDropBehaviour
Fields
DragDropCommand
Declaration
public static readonly DependencyProperty DragDropCommand
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
GetDragDrop(DependencyObject)
Declaration
public static ICommand GetDragDrop(DependencyObject o)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | o |
Returns
| Type | Description |
|---|---|
| ICommand |
SetDragDrop(DependencyObject, ICommand)
Declaration
public static void SetDragDrop(DependencyObject o, ICommand value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | o | |
| ICommand | value |