How do I see what events are available?

  • Thread starter Thread starter vbMark
  • Start date Start date
V

vbMark

Where can I find a list of events? I want to do something when the person
clicks the down arrow. How do I go about this?

I'm using Visual Basic .NET

Thanks!!
 
vbMark said:
Where can I find a list of events? I want to do something when the person
clicks the down arrow. How do I go about this?

Select to view the code behind the form. At the top of the code window you
find two dropdown lists. In the left select (Form1 Events). In the right
list you will find all available events. The same goes for fx. a dropdown
list dragged to the form.
 
Select to view the code behind the form. At the top of the code window
you find two dropdown lists. In the left select (Form1 Events). In the
right list you will find all available events. The same goes for fx. a
dropdown list dragged to the form.

Thank you very much!
 
Back
Top