ExtendedLibrary for WPF/Silverlight
TextInputUpdate イベント (UriEditor)

C1.Silverlight.Extended.5 アセンブリ > C1.Silverlight.Extended.PropertyGrid 名前空間 > UriEditor クラス : TextInputUpdate イベント
シンタックス
'宣言
 
Public Event TextInputUpdate As System.Windows.Input.TextCompositionEventHandler
public event System.Windows.Input.TextCompositionEventHandler TextInputUpdate
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照