We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599c76e commit db2742aCopy full SHA for db2742a
Microsoft.Toolkit.Mvvm/Input/AsyncRelayCommand{T}.cs
@@ -191,6 +191,7 @@ public void Cancel()
191
this.cancellationTokenSource?.Cancel();
192
193
OnPropertyChanged(AsyncRelayCommand.IsCancellationRequestedChangedEventArgs);
194
+ OnPropertyChanged(AsyncRelayCommand.CanBeCanceledChangedEventArgs);
195
}
196
197
0 commit comments