C# Class JustAProgrammer.TeamPilgrim.VisualStudio.Common.AttachedProperties.MouseDoubleClick

显示文件 Open project: StanleyGoldman/TeamPilgrim

Public Properties

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

Public Methods

Method Description
GetCommandParameter ( DependencyObject target ) : object
SetCommand ( DependencyObject target, ICommand value ) : void
SetCommandParameter ( DependencyObject target, object value ) : void

Private Methods

Method Description
CommandChanged ( DependencyObject target, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMouseDoubleClick ( object sender, RoutedEventArgs e ) : void

Method Details

GetCommandParameter() public static method

public static GetCommandParameter ( DependencyObject target ) : object
target System.Windows.DependencyObject
return object

SetCommand() public static method

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

SetCommandParameter() public static method

public static SetCommandParameter ( DependencyObject target, object value ) : void
target System.Windows.DependencyObject
value object
return void

Property Details

CommandParameterProperty public_oe static_oe property

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

CommandProperty public_oe static_oe property

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