'宣言 Public Event TextInput As System.Windows.Input.TextCompositionEventHandler
public event System.Windows.Input.TextCompositionEventHandler TextInput
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.TextCompositionEventArgs 型の引数を受け取りました。次の TextCompositionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Handled | Gets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
Text | Gets or sets the text string that of the text composition. |
TextComposition | Gets or sets the text in the composition as a System.Windows.Input.TextComposition object. |
参照