RelayCommand<(Of <(<'T>)>)> Members
The RelayCommand<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RelayCommand<(Of <(<'T>)>)> |
Initializes a new instance of the RelayCommand<(Of <(<'T>)>)> class.
|
Methods
Name | Description | |
---|---|---|
CanExecute |
Defines the method that determines whether the command can execute in its current state.
|
|
Execute |
Executes the specified parameter.
|
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.
|