How do you pass additional data with an event in C#?
By using a custom EventArgs class and EventHandler<TEventArgs>
By using an anonymous method only
By using a multicast delegate
By raising multiple events
This question is part of this quiz :
Delegates and Events in C# Quiz