Method | Description | |
---|---|---|
CanExecute ( object parameter ) : bool |
Not implemented.
|
|
Command ( System.Action executeAction ) : System |
Constructor.
|
|
Execute ( object parameter ) : void |
Executes the command.
|
public CanExecute ( object parameter ) : bool | ||
parameter | object | |
return | bool |
public Command ( System.Action executeAction ) : System | ||
executeAction | System.Action | Execute action. |
return | System |
public Execute ( object parameter ) : void | ||
parameter | object | Not used. |
return | void |