Thanks, Drew and Mattias.  Both of you said the same thing, but neither of
you said it in a way I could immediately understand.

For the archives, the key thing (and apparently the only way to do this) is
to type a "." before the "+=".  In other words, if I type
    this.cboName.
Intellisense shows a list of members (including events), and the tooltip
(or object browser) for the event shows the appropriate delegate type.

Once I have typed the "+=", it is too late to get the information I need.

Bill

On Wed, 1 May 2002 19:55:35 +0200, Mattias =?iso-8859-1?Q?Sj=F6gren?=
<[EMAIL PROTECTED]> wrote:

>Bill,
>
>>But how can I figure out what goes after the "new" keyword?
>
>It shows in the tooltip for the event in the IntelliSense list.
>
>After you have typed in SelectedIndexChanged, you can also right-click and
>select Go To Definition (or press F12), which will bring you to the Object
>Browser, where you also can see the delegate type.
>
>
>Mattias
>
>===
>Mattias Sjögren
>[EMAIL PROTECTED]
>
>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>subscribe to other DevelopMentor lists at http://discuss.develop.com.

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