Basic Library for WPF/Silverlight
TextBoxKeyDown イベント (C1TextEditableContentControl)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1TextEditableContentControl クラス : TextBoxKeyDown イベント
EditableTextBox でキーが押されたときに発生するイベント。
シンタックス
'宣言
 
Public Event TextBoxKeyDown As System.EventHandler(Of KeyEventArgs)
public event System.EventHandler<KeyEventArgs> TextBoxKeyDown
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照