Home All Groups Group Topic Archive Search About
Author
26 Nov 2005 6:00 PM
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

Author
27 Nov 2005 5:07 AM
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.

Show quoteHide quote
On Sat, 26 Nov 2005 19:00:38 +0100, "simon" <simon.zu***@iware.si>
wrote:

>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
>

Bookmark and Share