This topic has not yet been rated - Rate this topic

ObservableItemCollection<T> Class

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents an ObservableCollection class that also raises notifications when one of its items changes.

Namespace:  System.Windows.Data
Assembly:  System.Windows.Controls.Ria (in System.Windows.Controls.Ria.dll)
public class ObservableItemCollection<T> : ObservableCollection<T>
where T : INotifyPropertyChanged

Type Parameters

T

The type of item in the collection.

The items in the collection need to implement INotifyPropertyChanged.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)