 | AsyncRelayCommand Constructor (Action, FuncBoolean) |
Namespace:
BionicCode.Utilities.Net.Uwp
Assembly:
BionicCode.Utilities.Net.Uwp (in BionicCode.Utilities.Net.Uwp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AsyncRelayCommand(
Action executeNoParam,
Func<bool> canExecuteNoParam
)
public:
AsyncRelayCommand(
Action^ executeNoParam,
Func<bool>^ canExecuteNoParam
)
new :
executeNoParam : Action *
canExecuteNoParam : Func<bool> -> AsyncRelayCommand
BionicCode.Utilities.Net.Uwp.AsyncRelayCommand = function(executeNoParam, canExecuteNoParam);
Parameters
- executeNoParam
- Type: SystemAction
[Missing <param name="executeNoParam"/> documentation for "M:BionicCode.Utilities.Net.Uwp.AsyncRelayCommand.#ctor(System.Action,System.Func{System.Boolean})"]
- canExecuteNoParam
- Type: SystemFuncBoolean
[Missing <param name="canExecuteNoParam"/> documentation for "M:BionicCode.Utilities.Net.Uwp.AsyncRelayCommand.#ctor(System.Action,System.Func{System.Boolean})"]
See Also