SPREAD for WPF 3.0J - GcSpreadGrid
TextChanged イベント (EditBase)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > EditBase クラス : TextChanged イベント
テキスト要素の内容が変更されたときに発生します。
シンタックス
'宣言
 
Public Event TextChanged As TextChangedEventHandler
public event TextChangedEventHandler TextChanged
イベント データ

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

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