// CS0309: The type `int' must be convertible to `System.EventArgs' in order to use it as parameter `TEventArgs' in the generic type or method `System.EventHandler' // Line: 5 class X { System.EventHandler x; static void Main () {} }