Events-panel for WPF-controls in VS2008

  • Thread starter Alexander Mueller
  • Start date
A

Alexander Mueller

Hi

in some versions of VS 2008, when you have a WPF-project and you're
in the designer-view of a XAML-doc, the property-tab displays a
events-symbol (flash) for the WPF-control you're currently editing.
If you click on the symbol you get the list of all available events
of the control, that allow you to add a handler.

In my local installation this events-symbol is missing.
Is there a special update/addon for VS2008 concerning WPF that provides
this feature?

Alex
 
M

Martin Honnen

Alexander said:
in some versions of VS 2008, when you have a WPF-project and you're
in the designer-view of a XAML-doc, the property-tab displays a
events-symbol (flash) for the WPF-control you're currently editing.
If you click on the symbol you get the list of all available events
of the control, that allow you to add a handler.

In my local installation this events-symbol is missing.
Is there a special update/addon for VS2008 concerning WPF that provides
this feature?

If I remember that correctly then SP 1 (Service Pack 1) for Visual
Studio 2008 added the event tab.
 
A

Alexander Mueller

Martin said:
If I remember that correctly then SP 1 (Service Pack 1) for Visual
Studio 2008 added the event tab.

Hi Martin,

i thought i had SP1 installed, since i do my regular MS Update.
But that's surprisingly not the case. Now with SP1 it works fine.
Thanks for your help.

MfG,
Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top