GrapeCity.Windows.SpreadGrid.Editors 名前空間 > EditBase クラス : TextChanged イベント |
'Declaration
Public Event TextChanged As TextChangedEventHandler
public event TextChangedEventHandler TextChanged
イベント ハンドラが、このイベントに関連するデータを含む、TextChangedEventArgs 型の引数を受け取りました。次の TextChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
Changes | Gets 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から継承されます。 |
UndoAction | Gets how the undo stack is caused or affected by this text change |