Class DragDropBehaviour
Inheritance
Object
DragDropBehaviour
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |