Enum AsyncRelayCommandOptions
Options for AsyncRelayCommand.
Namespace: Unity.AppUI.MVVM
Assembly: Unity.AppUI.MVVM.dll
Syntax
[Flags]
public enum AsyncRelayCommandOptions
Fields
Name | Description |
---|---|
AllowConcurrentExecutions | Allow concurrent executions. |
None | No options. |