Search Results for

    Show / Hide Table of Contents

    Class MouseDownBehaviour

    Inheritance
    System.Object
    MouseDownBehaviour
    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 MouseDownBehaviour

    Fields

    MouseDownCommand

    Declaration
    public static readonly DependencyProperty MouseDownCommand
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Methods

    GetMouseDown(DependencyObject)

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

    SetMouseDown(DependencyObject, ICommand)

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

    On this page

    • Fields
      • MouseDownCommand
    • Methods
      • GetMouseDown(DependencyObject)
      • SetMouseDown(DependencyObject, ICommand)
    Back to top Generated by DocFX