T
Tony Johansson
Hello!
Can somebody explain what is the difference between these two events. Both
are called when I click the Button control ?
private void Button1_Click(object sender, EventArgs e)
{
}
private void Button1_MouseClick(object sender, MouseEventArgs e)
{
}
//Tony
Can somebody explain what is the difference between these two events. Both
are called when I click the Button control ?
private void Button1_Click(object sender, EventArgs e)
{
}
private void Button1_MouseClick(object sender, MouseEventArgs e)
{
}
//Tony