... list controls should do it somehow.
I can use SourceCollection for INotifyCollectionChanged and add an event there, but this seems unnecessary messy.
, . ItemsControl ( http://www.dotnetframework.org/):
((INotifyCollectionChanged)_items).CollectionChanged += new NotifyCollectionChangedEventHandler(OnItemCollectionChanged);
, CollectionViews ICollectionView, INotifyCollectionChanged, CollectionView, CurrentItem.