Skip to main content

ViewModelBase.CreateCommandHelper<T>.CreateAsyncCommand(Object, MethodInfo, MethodInfo, Nullable<Boolean>, Boolean, Boolean) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public static IDelegateCommand CreateAsyncCommand(
    object owner,
    MethodInfo method,
    MethodInfo canExecuteMethod,
    bool? useCommandManager,
    bool hasParameter,
    bool allowMultipleExecution
)

Parameters

Name Type
owner Object
method MethodInfo
canExecuteMethod MethodInfo
useCommandManager Nullable<Boolean>
hasParameter Boolean
allowMultipleExecution Boolean

Returns

Type
IDelegateCommand
See Also