I have two generic collections in my code, EventableCollection and EventableSortedList – which are basically collection classes that provide Adding, Added, Inserting, Inserted etc. as events, in plain and sorted varieties respectively. However FxCop tells me that I should correct the spelling of Eventable. Which is fair enough, seeing as it’s a made up word.
However, I’m struggling with coming up with a better name for those classes. I don’t want to use Observable because I don’t want to clash with the 4.0 framework type. So – does anyone have any ideas? Or can I just suppress the warning and move on with my life?
Not very good at English, but what about
Notifiable?