Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 WCF 服务将数据加载到我的网格中。当用户在我的 silverlight 2 控件上单击“提交”时,我只想将已编辑的行发送回我的 WCF 服务以进行更新。有没有好的方法来做到这一点?
如果您监视源对象的更改,那就更好了。编写一个简单的类来使用 INotifyPropertyChange 注册更改并保留更改对象(源)的列表很容易。