public void OnSomeEvent(int t) { MyEventArgs myEventArgs = new MyEventArgs(t); if (SomeEnent != null) { SomeEnent(this, myEventArgs); } }