control events

S

simon

In code behind file in Visual Studio 2003, you could select object in left
combo box and see all methods and events on right combo box.

For example if you had selected dataGrid on the left ,you see the events on
the
right.
And if you had selected some event on the right, the declaration for this
event was added to the
code behind file.

In Visual studio 2005 this functionallity is missing or I can't found it. Is
there some setting or something else?

Please help.

I know you can add an event of the datagrid or some other control in design
view,but I don't like working with design view a lot.

regards,S
 
S

Scott Allen

Well, if you use VB.NET you still have a drop down list above the
editor where you can select the object, and select the event on a drop
down list on the right.

These lists are not available in C# code behind files, for some
reason.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,982
Messages
2,570,186
Members
46,742
Latest member
AshliMayer

Latest Threads

Top