GrapeCity SPREAD for WPF 2.0J
TextChanged イベント (EditBase)

テキスト要素の内容が変更されたときに発生します。
構文
'Declaration
 
Public Event TextChanged As TextChangedEventHandler
public event TextChangedEventHandler TextChanged
イベント データ

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

プロパティ説明
ChangesGets a collection of objects that contains information about the changes that occurred.  
Handled System.Windows.RoutedEventArgsから継承されます。
OriginalSource System.Windows.RoutedEventArgsから継承されます。
RoutedEvent System.Windows.RoutedEventArgsから継承されます。
Source System.Windows.RoutedEventArgsから継承されます。
UndoActionGets how the undo stack is caused or affected by this text change  
参照

EditBase クラス
EditBase メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.