F
Fanor
Hi all,
I want to raise the event click of a control by code. How can i do that ??
I want to raise the event click of a control by code. How can i do that ??
{
this.OnClick(EventArgs.Empty);
}
Thanks guys,
But my problem is a bit different. Usually the click event is raised when
the user push a mouse button, what I want to do is to send this "click" by
code to a button control in order to raise the click event of that button.
TIA