Every time I start in deep in a C# project, I end up with lots of events that really just need to pass a single item. I stick with the EventHandler/Event
EventHandler
Event
Since .NET 2.0
has been implemented.