Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,

what is ther differnce between button_click event and button_mouseclick event..
Posted

1 solution

Hi,

a click can be caused not only by a mouse click but also by other actions such as a press of the enter key.
Read the docu on msdn. This should make clear what is the difference:

http://msdn.microsoft.com/en-us/library/system.windows.forms.control.click.aspx[^]

http://msdn.microsoft.com/en-us/library/system.windows.forms.control.mouseclick.aspx[^]
 
Share this answer
 
Comments
Dalek Dave 25-Nov-10 4:40am    
Good Links.
nitin bhoyate 27-Nov-10 7:41am    
Really Good Links JF2015.
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900