View Control Events -VS2005

Tech-Archive recommends: Speed Up your PC by fixing your registry



In one project, I'm swapping between a VB.NET and C# IDE.

In VB.NET you could select a form control in one (dropdown) pane, and the
specfic event (for that control) in the other, allowing you to
handle/override specific events. How does one do this in C# IDE? How do I
"display" the form controls/events in a C#?

.