views:

233

answers:

0

Hi all,

I am looking at the new types events of WPF and I have come up against an issue.

From the book I am reading tunneling events (all events that start with the word Preview) execute in the highest container and work their way down through the controls contained within... Ok. They also fire before their equivalent bubbling events... But as long as you do not set the e.Handled event args property to true it should not stop the execution of the bubbling event... But no matter what I do the equivalent bubbling event does not fire. Could anyone explain this to me please?

Thank you for your time and I look forward to your replies,

Adam