RegnoCompleteRegnoSoftware.Standard.Core
|
ActionCommand<(Of <(<'T>)>)> Members
The ActionCommand<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ActionCommand<(Of <(<'T>)>)>(Action<(Of <<'(T>)>>)) |
Initializes a new instance of the ActionCommand<(Of <(<'T>)>)> class.
|
![]() |
ActionCommand<(Of <(<'T>)>)>(Action<(Of <<'(T>)>>), Func<(Of <<'(Boolean>)>>)) |
Initializes a new instance of the ActionCommand<(Of <(<'T>)>)> class.
|
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.
|
![]() |
RaiseCanExecuteChanged |
Raises the can execute changed.
|
Events
Name | Description | |
---|---|---|
![]() |
CanExecuteChanged |
Occurs when changes occur that affect whether or not the command should execute.
|