Свойство | Тип | Описание | |
---|---|---|---|
ExecuteMethod | CommandExecuterMethod |
Метод | Описание | |
---|---|---|
Command ( string p_strName, string p_strDescription, CommandExecuterMethod p_eehExecute ) : System |
A simple constructor that initializes the object with the given values.
|
|
Command ( string p_strName, string p_strDescription, CommandExecuterMethod p_eehExecute, bool p_booCanExecute ) : System |
A simple constructor that initializes the object with the given values.
|
|
Command ( string p_strId, string p_strName, string p_strDescription, Image p_imgImage, CommandExecuterMethod p_eehExecute, bool p_booCanExecute ) : System |
A simple constructor that initializes the object with the given values.
|
|
Execute ( ) : void |
Executes the command.
|
public Command ( string p_strName, string p_strDescription, CommandExecuterMethod p_eehExecute ) : System | ||
p_strName | string | The name of the command. |
p_strDescription | string | The description of the command. |
p_eehExecute | CommandExecuterMethod | An |
Результат | System |
public Command ( string p_strName, string p_strDescription, CommandExecuterMethod p_eehExecute, bool p_booCanExecute ) : System | ||
p_strName | string | The name of the command. |
p_strDescription | string | The description of the command. |
p_eehExecute | CommandExecuterMethod | An |
p_booCanExecute | bool | Whether or not the command can be executed. |
Результат | System |
public Command ( string p_strId, string p_strName, string p_strDescription, Image p_imgImage, CommandExecuterMethod p_eehExecute, bool p_booCanExecute ) : System | ||
p_strId | string | The id of the command |
p_strName | string | The name of the command. |
p_strDescription | string | The description of the command. |
p_imgImage | Image | The image of the command. |
p_eehExecute | CommandExecuterMethod | An |
p_booCanExecute | bool | Whether or not the command can be executed. |
Результат | System |