AsyncCommand<T>.CancellationToken Property
In This Article
Gets the CancellationToken that propagates the notification that an asynchronous command should be canceled.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public CancellationToken CancellationToken { get; }
#Property Value
Type | Description |
---|---|
Cancellation |
A cancellation token. |
#Implements
See Also