テキストを変更したときのイベント引数 [詳細]
Public メソッド | |
| TextChangedEventArgs (string oldText, string newText) | |
| コンストラクタ | |
プロパティ | |
| string | NewText [get] |
| 変更後のテキスト | |
| string | OldText [get] |
| 変更前のテキスト | |
テキストを変更したときのイベント引数
| TextChangedEventArgs | ( | string | oldText, |
| string | newText | ||
| ) |
コンストラクタ
| oldText | 変更前のテキスト |
| newText | 変更後のテキスト |