![]() | Relay |
The RelayCommand Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | RelayCommand(ActionObject) | Constructor - takes over an action to be executed. |
![]() | RelayCommand(ActionObject, FuncBoolean) | Constructor - takes over an action to be executed and a check routine for (de)activating the action. |
Name | Description of the | |
---|---|---|
![]() | CanExecute | Check routine for execution authorisation for the command for the UI. |
![]() | Execute | Executes the command. |
![]() | UpdateCanExecuteState | Forces CanExecuteChanged. |
Name | Description of the | |
---|---|---|
![]() | CanExecuteChanged | The event for a change in the CanExecute status. |