namespace Core.Common.Utils.Collections { // TODO: use NotifyCollectionChangeEventArgs as in PropertyChange public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangingEventArgs e); }