What event procedure is executed when you click on the button at run time VB.net?

Answer

Hi,

The following events are fired when you are about to click, clicked the button.

1. Mousehover = when the mouse cursor hovers above the button
2. Mouseenter = when the mouse curson enters the button
3. Mousemove = when the mouse cursor moves over the button
4. Mousedown = when the mouse pointer is over the button and clicked
5. Gotfocus = when the button gets focus
6. Click = when the button gets clicked

hope this helps

Improve Answer Discuss the question "What event procedure is executed when you click on the button at run time VB.net?" Watch Question

First answer by Rohiniskumar. Last edit by Rohiniskumar. Contributor trust: 121 [recommend contributor]. Question popularity: 9 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > What event procedure is executed when you click on the button at run time VB.net?