redss
Programmer
- Oct 20, 2002
- 195
in VS.net C#, how do I select different event handlers?
For example, if I double click on textbox1, it brings me to the event handler "textBox1_TextChanged", but how do I get to different events?
(in VB.NET, the dropdown at the top allows me to select which event I want to code into, like TextBox1_mouseover etc.)
For example, if I double click on textbox1, it brings me to the event handler "textBox1_TextChanged", but how do I get to different events?
(in VB.NET, the dropdown at the top allows me to select which event I want to code into, like TextBox1_mouseover etc.)