From: Armin Zingler on
Am 11.06.2010 00:06, schrieb Mr. X.:
> Hello,
> I want to create an event by force.
> How can I do that ?
>
> (for example : ToolStrip.ItemClicked event)
>
> Thanks :)

You are taking the wrong approach. If you want
to do something, call a method. If you want
the same thing to be done if the item is clicked,
call the same method from the click event handler.

--
Armin