Who Ate My Mouse Down Event??
Posted by: Jesse Liberty - Silverlight Geek,
on 12 Jun 2008 |
View original | Bookmarked: 0 time(s)
Before I leave, I want to squeeze in one quick note about a problem a lot of folks are running into as they upgrade from Beta 1 to Beta 2. Ill come back to this in more detail when I get back, but here it is in a nutshell.
A breaking change in the Beta 2 upgrade is that all the controls now handle MouseLeftButtonDown/Up/Move, while graphic objects do not.
That means that no built in control will pass those events on (bubble them up) anymore. So, if you revisit my example for drag and drop what youll...