'宣言 Public Event TextInput As System.Windows.Input.TextCompositionEventHandler
public event System.Windows.Input.TextCompositionEventHandler TextInput
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.TextCompositionEventArgs 型の引数を受け取りました。次の TextCompositionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ControlText | Gets control text associated with a System.Windows.Input.TextComposition event. |
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
SystemText | Gets system text associated with a System.Windows.Input.TextComposition event. |
Text | Gets input text associated with a System.Windows.Input.TextComposition event. |
TextComposition | Gets the System.Windows.Input.TextComposition associated with a System.Windows.Input.TextComposition event. |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照