using System; namespace mRemoteNG.Tools.CustomCollections { public interface INotifyCollectionUpdated { event EventHandler> CollectionUpdated; } }