Search Results for

    Show / Hide Table of Contents

    Class DragDropBehaviour

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

    Methods

    GetDragDrop(DependencyObject)

    Declaration
    public static ICommand GetDragDrop(DependencyObject o)
    Parameters
    Type Name Description
    System.Windows.DependencyObject o
    Returns
    Type Description
    System.Windows.Input.ICommand

    SetDragDrop(DependencyObject, ICommand)

    Declaration
    public static void SetDragDrop(DependencyObject o, ICommand value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject o
    System.Windows.Input.ICommand value

    On this page

    • Fields
      • DragDropCommand
    • Methods
      • GetDragDrop(DependencyObject)
      • SetDragDrop(DependencyObject, ICommand)
    Back to top Generated by DocFX