Click or drag to resize

AsyncRelayCommandTParam Constructor

Overload List
  NameDescription
Public methodAsyncRelayCommandTParam(Action)
Creates a new parameterless command that can always execute (CanExecute will always return true).
Public methodAsyncRelayCommandTParam(ActionTParam)
Creates a new command that can always execute (CanExecute(TParam) always returns
true
).
Public methodAsyncRelayCommandTParam(FuncTask)
Creates a new parameterless asynchronous command that can always execute (CanExecute will always return true).
Public methodAsyncRelayCommandTParam(FuncTParam, Task)
Creates a new asynchronous command that can always execute (CanExecute(TParam) always returns
true
).
Public methodAsyncRelayCommandTParam(Action, FuncBoolean)
Creates a new parameterless command.
Public methodAsyncRelayCommandTParam(ActionTParam, PredicateTParam)
Creates a new command.
Public methodAsyncRelayCommandTParam(FuncTask, FuncBoolean)
Creates a parameterless new asynchronous command.
Public methodAsyncRelayCommandTParam(FuncTParam, Task, PredicateTParam)
Creates a new asynchronous command.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md