Basic Library for WPF/Silverlight
PreviewTextInput イベント (C1TabControl)

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

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

プロパティ解説
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.  
System.Windows.RoutedEventArgsから継承されます。
Gets or sets the text string that of the text composition.  
Gets or sets the text in the composition as a System.Windows.Input.TextComposition object.  
参照