Skip to main content

IAsyncCommand.Cancel(Boolean) Method

In This Article

Creates a request to cancel the command execution.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

void Cancel(
    bool throwOnFirstException
)

#Parameters

Name Type Description
throwOnFirstException Boolean

true if an exception should cancel the command execution; otherwise, false.

See Also