WPF Dispatcher.BeginInvoke 和 Dispatcher.Invoke

WPF Dispatcher.BeginInvoke 和 Dispatcher.Invoke

DispatcherOperation invoke = Dispatcher.BeginInvoke(() => {
    
});
invoke.Completed += (s, e) => {
    
};

  

posted @ 2021-07-05 18:21  microsoft-zhcn  阅读(85)  评论(0编辑  收藏  举报