Related resources for generics event
  • Custom Generic EventArgs10/26/2013 9:27:16 AM. Before .NET 2.0, I found myself frequently creating custom EventArgs classes just to return a value from an event and would end of with a lot of extra classes bloating my code base that all basically had the same purpose.