Calling A Form Control Event

When you need to pass sender and e to the function (e.g. a form control event)


	EventArgs MyArgs = new EventArgs();
	frmMain_Load(this, MyArgs);