Here's a good question that I got the other day:
"How do I, in Visual Studio, wire up an event handler in the WPF designer without editing the XAML or doing the wiring in code? Where's the Events tab in the Property dialog box like I get in Windows Forms?"
The short answer is that it's not there. The Events tab feature for the WPF Designer didn't make it into Visual Studio 2008. However, there are plenty of easy ways to hook up an event handler:
However, the Events tab will be in the WPF Designer in Visual Studio 2008 SP1, as per this announcement.