C# Class Zetbox.ConfigEditor.ViewModels.CommandViewModel

Inheritance: ViewModel, ICommandViewModel
Show file Open project: daszat/zetbox

Public Methods

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

Method Details

CanExecute() public method

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

CommandViewModel() public method

public CommandViewModel ( string label, string toolTip ) : System
label string
toolTip string
return System

Execute() public method

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

OnCanExecuteChanged() public method

public OnCanExecuteChanged ( ) : void
return void