The following tables list the members exposed by RelayCommand.
| Name | Description | |
|---|---|---|
![]() | RelayCommand Constructor | Overloaded. Initializes a new instance of the RelayCommand class. |
| Name | Description | |
|---|---|---|
![]() | CanExecute | Determines whether the command can execute in its current state. |
![]() | Execute | Called when the command is invoked. |
| Name | Description | |
|---|---|---|
![]() | CanExecuteChanged | Occurs when changes to the command source are detected by the command manager. |


