Basic Library for WPF/Silverlight
KeyDown イベント (C1TabControl)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1TabControl クラス : KeyDown イベント
シンタックス
'宣言
 
Public Event KeyDown As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler KeyDown
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.KeyEventArgs 型の引数を受け取りました。次の KeyEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
Gets the keyboard key associated with the event.  
System.Windows.RoutedEventArgsから継承されます。
Gets an integer value that represents the key that is pressed or released (depending on which event is raised). This value is the nonportable key code, which is operating system?specific.  
参照