且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何等待WPF绑定延迟完成

更新时间:2022-06-17 03:54:42

.NET 4.5以来存在BindingOperations

Since .NET 4.5 there exists BindingOperations

BindingOperations.GetSourceUpdatingBindings(this).ToList().ForEach(x => x.UpdateSource());