public void Form2EventHandler(object sender, MyEventArgs args)
 {
     MessageBox.Show(string.Format("Received value: {0}", args.Value));
 }