TextChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for text changes.
public ref class TextChangedEventArgs : EventArgs
public class TextChangedEventArgs : EventArgs
type TextChangedEventArgs = class
inherit EventArgs
Public Class TextChangedEventArgs
Inherits EventArgs
- Inheritance
-
TextChangedEventArgs
Constructors
| Name | Description |
|---|---|
| TextChangedEventArgs(String, String) |
Creates a new TextChangedEventArgs with the old and new text values. |
Properties
| Name | Description |
|---|---|
| NewTextValue |
Gets the new text value. |
| OldTextValue |
Gets the previous text value. |