Imaging Library for Silverlight
KeyDown イベント

構文
'宣言
 
Public Event KeyDown As System.Windows.Input.KeyEventHandler
public event System.Windows.Input.KeyEventHandler KeyDown
イベント データ

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

プロパティ解説
HandledGets 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.  
KeyGets the keyboard key associated with the event.  
OriginalSource System.Windows.RoutedEventArgsから継承されます。
PlatformKeyCodeGets 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.  
参照

C1Image クラス
C1Image メンバ