Probably this question was already answered or it's increadibly easy to answer. But I'm turning crazy, because I can't find how to do this using c#. With vb.Net I simply double click a control, the "default" event appeared on code view, and then I can choose from the comboBox in Visual Studio the event I need. But in using c# it doesn't seem to work this way. There's got to be the list of the events that can be handled somewhere in Visual Studio (c#), I just can't find it.
Please help!!!
Thanks a lot.