Bill Schmidt [mailto:[EMAIL PROTECTED]] wrote:

> How are more experienced C# programmers hooking up events in
> a RAD fashion?  I'm looking for a shortcut similar to (but
> hopefully easier/quicker than) the one for getting the event
> signature.

Intellisense shows the type of the event. So if if you were to type "this."
and got the drop down as you select the event you're about to hook up to
from the list it should show you. Also if you just move the cursor over a
member, such as an event, and want know its type you can do Ctrl+K, Ctrl+I
to pop up the information about the member.

HTH,
Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to