GrapeCity.ActiveReports.Viewer.Wpf.v12 アセンブリ > GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : TextInput イベント |
'宣言 Public Event TextInput As TextCompositionEventHandler
public event TextCompositionEventHandler TextInput
イベント ハンドラが、このイベントに関連するデータを含む、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から継承されます。 |