C# Class Lucifer.Editor.Behaviors.DoubleClickBehavior

Show file Open project: Slesa/Playground

Public Properties

Property Type Description
MouseDoubleClickProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetMouseDoubleClick ( DependencyObject target, ICommand value ) : void

Private Methods

Method Description
MouseDoubleClick ( DependencyObject target, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

SetMouseDoubleClick() public static method

public static SetMouseDoubleClick ( DependencyObject target, ICommand value ) : void
target System.Windows.DependencyObject
value ICommand
return void

Property Details

MouseDoubleClickProperty public static property

public static DependencyProperty,System.Windows MouseDoubleClickProperty
return System.Windows.DependencyProperty