 | AsyncRelayCommandExecuteNoParam Field |
The registered parameterless synchronous execute delegate.
Namespace:
BionicCode.Utilities.Net.Framework.Wpf
Assembly:
BionicCode.Utilities.Net.Framework.Wpf (in BionicCode.Utilities.Net.Framework.Wpf.dll) Version: 1.0.1.0 (1.0.0.0)
Syntaxprotected readonly Action ExecuteNoParam
Protected ReadOnly ExecuteNoParam As Action
Dim value As Action
value = Me.ExecuteNoParam
protected:
initonly Action^ ExecuteNoParam
protected final Action ExecuteNoParam
protected final var ExecuteNoParam : Action
PROTECTED INITONLY ExecuteNoParam AS Action
Field Value
Type:
Action
A delegate that takes no parameter and returns void.
See Also