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サービスを使用してグリッドにデータをロードします。ユーザーがSilverlight2コントロールの[送信]をクリックすると、編集した行のみをWCFサービスに返送して更新したいと思います。これを行う良い方法はありますか?
ソース オブジェクトの変更を監視することをお勧めします。INotifyPropertyChange を使用して変更を登録し、変更されたオブジェクト (ソース) のリストを保持する単純なクラスを作成するのは簡単です。