Skip to content

Commit db2742a

Browse files
committed
Fixed another missing property change notification
1 parent 599c76e commit db2742a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.Mvvm/Input/AsyncRelayCommand{T}.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public void Cancel()
191191
this.cancellationTokenSource?.Cancel();
192192

193193
OnPropertyChanged(AsyncRelayCommand.IsCancellationRequestedChangedEventArgs);
194+
OnPropertyChanged(AsyncRelayCommand.CanBeCanceledChangedEventArgs);
194195
}
195196
}
196197
}

0 commit comments

Comments
 (0)