commands library
The command library.
Classes
-
AsyncRelayCommand<
TIn> - A Command that executes asynchronously.
-
AsyncTwoWayCommand<
TIn, TOut> -
A Command that executes asynchronously and returns a value
TOut
. - Command
- Base class of all command objects.
-
RelayCommand<
TIn> - A Command that executes synchronously.
-
TwoWayCommand<
TIn, TOut> -
A Command that executes synchronously and returns a value
TOut
.