Have Images on my Form, and the exising Handlers.Add for Command.Click work fine.
When I remove them and try to attach a method to the Click Event with the Form Designer, the method is never called.
I realise Command.Click may not be the same as a Click Event, but it works fine for other types of control that I have tried.
Is this expected behaviour and/or is there a work around ?