Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ObservableCollection Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01473536
Message ID:
01473561
Views:
35
>I read up here http://msdn.microsoft.com/en-us/library/ms668604.aspx on ObservableCollections, and I have a question - What actually receives the notification when the collection is changed?? This example doesn't seem to show it.

Anything that subscribes to the CollectionChanged event. In WPF controls that accept collections (such as the ListBox and ComboBox) do so automatically.
Previous
Reply
Map
View

Click here to load this message in the networking platform