回答編集履歴
1
見直しキャンペーン中
test
CHANGED
@@ -1,9 +1,4 @@
|
|
1
1
|
`BarCode_KeyDown`に`e.Handled = true;`を入れてください。
|
2
|
-
|
3
|
-
|
4
|
-
|
5
2
|
[RoutedEventArgs.Handled プロパティ (System.Windows) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.routedeventargs.handled?view=net-5.0#System_Windows_RoutedEventArgs_Handled)
|
6
3
|
|
7
|
-
|
8
|
-
|
9
|
-
詳しくは「wpf
|
4
|
+
詳しくは「[wpf ルーティングイベント](https://www.google.co.jp/search?q=wpf+%E3%83%AB%E3%83%BC%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88)」等で検索してください。
|