Data for Silverlight
UpdatableCollection<T> クラス
メンバ 

System.Collections.ObjectModel のコレクションと同様の Observable コレクションですが、通知をオプションで抑止できる BeginUpdate/EndUpdate メソッドを持ちます。
オブジェクト モデル
UpdatableCollection<T> クラス
構文
'宣言
 
Public Class UpdatableCollection(Of T) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
public class UpdatableCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> 
型パラメータ
T
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Silverlight.Data.UpdatableCollection<T>
            C1.Silverlight.Data.DataRowCollection
            C1.Silverlight.Data.NamedObjectCollection<T>

参照

UpdatableCollection<T> メンバ
C1.Silverlight.Data 名前空間