Command<TState> Constructor |
Name | Description | |
---|---|---|
![]() | Command<TState>(Action) |
Initializes a new instance of the Command< TState> class.
|
![]() | Command<TState>(Action, Action) |
Initializes a new instance of the Command< TState> class.
|
![]() | Command<TState>(Action, Action, String) |
Initializes a new instance of the Command< TState> class.
|
![]() | Command<TState>(Action, Func<TState>, Action<TState>) |
Initializes a new instance of the Command< TState> class.
|
![]() | Command<TState>(Action, Func<TState>, Action<TState>, String) |
Initializes a new instance of the Command< TState> class.
|