public void MyEventHandler(Object sender, MyEventArgs args)
 {
     Console.WriteLine(args.SomeInfo);
 }