C# Class VersionrUI.Commands.ControlDoubleClick

Inheritance: System.Windows.DependencyObject
ファイルを表示 Open project: eatplayhate/versionr

Public Properties

Property Type Description
CommandProperty System.Windows.DependencyProperty
ParameterProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetCommand ( Control target ) : ICommand
GetParameter ( Control target ) : object
SetCommand ( Control target, ICommand value ) : void
SetParameter ( Control target, object value ) : void

Private Methods

Method Description
Element_PreviewMouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnChangedCommand ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetCommand() public static method

public static GetCommand ( Control target ) : ICommand
target System.Windows.Controls.Control
return ICommand

GetParameter() public static method

public static GetParameter ( Control target ) : object
target System.Windows.Controls.Control
return object

SetCommand() public static method

public static SetCommand ( Control target, ICommand value ) : void
target System.Windows.Controls.Control
value ICommand
return void

SetParameter() public static method

public static SetParameter ( Control target, object value ) : void
target System.Windows.Controls.Control
value object
return void

Property Details

CommandProperty public_oe static_oe property

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

ParameterProperty public_oe static_oe property

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