Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Not wanting to enter into the debate of wiring up event handlers in code or in XAML, sufice it to say, that I seem to recall there was a kind of "tab to create" feature in the XAML editor for silverlight projects. Clearly it's been a while since I have been codeing XAML, but I was sure it was a simple process of adding an event handler in the code behind file for a control on the XAML page.

Can somebody tell me if I'm dreaming?

share|improve this question

2 Answers

up vote 1 down vote accepted

I know for a fact you can use that feature when creating silverlight 2 projects.

share|improve this answer
Well that's unfortunate because it's a feature that has gone missing in my VS istallation, and I wonder why. – Ralph Shillington Apr 1 '09 at 1:20
What version of VS? I am using VS 2008 with SP 1. – Corey Sunwold Apr 1 '09 at 1:26

Reapplying Visual Stduio 2008 SP1 corrected the issue -- go figure.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.