#if NET20 || !NET_4_6 namespace System.Collections.Specialized { public delegate void NotifyCollectionChangedEventHandler(object sender, NotifyCollectionChangedEventArgs e); } #endif