I\'m try开发者_如何学Pythoning to do a confirmation dialog using Silverlight\'s ChildWindow object.
Application.Current.RootVisual.KeyDown += Application_KeyDown The above does not work if I\'m on a ChildWindow - that was instantiated in runtime. My question is, how do I get the mousemove or keydo
this is my ChildWindow xaml code: 1<Grid x:Name=\"LayoutRoot\"> 2<Grid x:Name=\"teste\"> 3<Grid.ColumnDefinitions>