C# Class Zetbox.ConfigEditor.ViewModels.CommandViewModel

Inheritance: ViewModel, ICommandViewModel
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
CommandViewModel ( string label, string toolTip ) : System
Execute ( object parameter ) : void
OnCanExecuteChanged ( ) : void

Method Details

CanExecute() public méthode

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

CommandViewModel() public méthode

public CommandViewModel ( string label, string toolTip ) : System
label string
toolTip string
Résultat System

Execute() public méthode

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

OnCanExecuteChanged() public méthode

public OnCanExecuteChanged ( ) : void
Résultat void