Skip to main content

AsyncCommand<T>.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

public bool IsCancellationRequested { get; }

Property Value

Type Description
Boolean

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

See Also