MVVMの世界に不慣れで、私はXAMlのようなものを持っています
<UserControl x:Class="KeyDownMVVM.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400">
<Grid x:Name="LayoutRoot" Background="White">
<Button Content="Button" Height="23" HorizontalAlignment="Left" Margin="186,125,0,0" Name="button1" VerticalAlignment="Top" Width="75" />
</Grid>
</UserControl>
keyboadr修飾子とキーをキャッチするためにuserlcontrolkeydownイベントを処理したいのですが、MVVMパターンを使用して任意のアイデアを使用します。私はSilverlight4を使用しています。チュートリアルのほとんどは特定の制御について話します