'宣言 Public Event TextChanged As System.Windows.Controls.TextChangedEventHandler
public event System.Windows.Controls.TextChangedEventHandler TextChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Controls.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 |
参照