如何在视图模型(ViewModel)中管理一个异步任务
MVVM 官方文档 ObservableObject:https://learn.microsoft.com/zh-cn/dotnet/communitytoolkit/mvvm/observableobject
NotifyTaskCompletion:https://learn.microsoft.com/en-us/archive/msdn-magazine/2014/march/async-programming-patterns-for-asynchronous-mvvm-applications-data-binding
Avalonia Behavior:https://github.com/wieslawsoltes/Xaml.Behaviors
立即观看