RelayCommand Members
The RelayCommand type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanExecute |
Defines the method that determines whether the command can execute in its current state.
|
|
Execute |
Defines the method to be called when the command is invoked.
|
Properties
Name | Description | |
---|---|---|
IsEnabled |
Gets or sets a value indicating whether this instance is enabled.
|
Events
Name | Description | |
---|---|---|
CanExecuteChanged |
Occurs when changes occur that affect whether or not the command should execute.
|