Skip to main content

IAsyncCommand.IsCancellationRequested Property

Gets whether an AsyncCommand<T> should be cancelled.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

#Declaration

bool IsCancellationRequested { get; }

#Property Value

Type Description
Boolean

true if the command should be cancelled; otherwise, false.

See Also