Why to not use a custom class instead of inheriting the EventArgs class

Viewed 2504

I'm wondering why should I use a class that inherits from the EventArgs class instead of using a custom class that will do the same job for me when passing event data?

3 Answers
Related