bri*_*wey 2 wpf dispatcher inotifypropertychanged
如果我更新一个属性,该属性在绑定控件的调度程序以外的线程上抛出NotifyPropertyChanged,则强制为该调度程序编组的更新?
BackgrounWorker.Run() => { blah.Blahness = 2; // notifies property changed on BW, is this marshalled to the dispatcher? }
Run Code Online (Sandbox Code Playgroud)