• Tutorials
  • Courses
  • Tracks

C# | Events | Q-3

Last Updated :
Discuss
Comments

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

Tags:
Share your thoughts in the comments
Article Tags :