RelayCommand Members
The following table(s) list the members exposed by the RelayCommand type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
RelayCommand | Overloaded. Initializes a new instance of the RelayCommand class. |
Public Methods
Name | Description | |
---|---|---|
![]() |
CanExecute | Evaluates whether the command can currently execute |
![]() |
Execute | Executes the associated delegate. |
![]() |
InvokeCanExecuteChanged | Raises the CanExecuteChanged event to signal that the possibility of execution has changed. |
Public Events
Name | Description | |
---|---|---|
![]() |
CanExecuteChanged | Event signaling that the possibility of this command executing has changed. |