EventTrigger RoutedEvent Support
Currently all RoutedEvents are interpreted as "Canvas.Load". Is there any plan in the v1.0 timeframe to support other RoutedEvents in the XAML? I know we can get around this by using BeginTime and starting the events with JScript, but I am looking for the official position on this feature set by release.
While we plan on improving the way animations are specified in WPF/E (e.g., remove the need for the very large BeginTime workaround), there are no concrete plans to support other RoutedEvents in the first half of 2007. The recommended way to start animations is to call storyboard.Begin() in script.
Ed Maia
WPF/E PM