FlexChart for WPF
PreviewKeyUp イベント (C1FinancialChart)

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

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

プロパティ解説
Gets the key that is part of dead key composition to create a single combined character.  
System.Windows.Input.InputEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
Gets the keyboard key referenced by the event, if the key will be processed by an Input Method Editor (IME).  
Gets the input source that provided this input.  
Gets a value that indicates whether the key referenced by the event is in the down state.  
Gets a value that indicates whether the keyboard key referenced by the event is a repeated key.  
Gets a value that indicates whether the key referenced by the event is in the toggled state.  
Gets a value that indicates whether the key referenced by the event is in the up state.  
Gets the keyboard key associated with the event.  
System.Windows.Input.KeyboardEventArgsから継承されます。
Gets the state of the keyboard key associated with this event.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
System.Windows.RoutedEventArgsから継承されます。
Gets the keyboard key referenced by the event, if the key will be processed by the system.  
System.Windows.Input.InputEventArgsから継承されます。
参照