Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
TextChangedEventArgs Class Members
The following tables list the members exposed by TextChangedEventArgs.
Public Properties
| Name | Description |
| Cancel | Flag to cancel update. Value true will restore old text. |
| NewText | New text in editor |
| OldText | Old text in editor |
See Also