Change the event handler using the properties window in designer mode.

or

remove the event handler line from InitializeComponent and put it in form load and then make the change.

-Satish