Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool | ||
CommandHandler ( System.Action executeCmd ) : System | ||
Execute ( object parameter ) : void |
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public CommandHandler ( System.Action executeCmd ) : System | ||
executeCmd | System.Action | |
return | System |