C# Class Solutionizer.Commands.CommandProxy

Inheritance: System.Windows.Freezable, ICommand
Afficher le fichier Open project: thoemmi/Solutionizer

Méthodes publiques

Свойство Type Description
CommandProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Méthode Description
OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

Property Details

CommandProperty public_oe static_oe property

public static DependencyProperty,System.Windows CommandProperty
Résultat System.Windows.DependencyProperty