'宣言 Public Event TextInput As System.Windows.Input.TextCompositionEventHandler
public event System.Windows.Input.TextCompositionEventHandler TextInput
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.TextCompositionEventArgs 型の引数を受け取りました。次の TextCompositionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ControlText | 関連付けられたテキスト コントロールを取得、 System.Windows.Input.TextComposition イベントです。 |
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
SystemText | 関連付けられているシステムのテキストを取得、 System.Windows.Input.TextComposition イベントです。 |
Text | 関連付けられたテキストの入力を取得、 System.Windows.Input.TextComposition イベントです。 |
TextComposition | 取得、 System.Windows.Input.TextComposition に関連付けられている、 System.Windows.Input.TextComposition イベントです。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照