C# Class Solutionizer.Commands.CommandProxy

Inheritance: System.Windows.Freezable, ICommand
ファイルを表示 Open project: thoemmi/Solutionizer

Public Properties

Property Type Description
CommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Method Description
OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

Property Details

CommandProperty public_oe static_oe property

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