| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("Event raised when the control loses focus after having its Text altered.")> <CategoryAttribute("Action")> Public Shadows Event TextChanged As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LiveTextBox Dim handler As EventHandler AddHandler instance.TextChanged, handler | |
| C# | |
|---|---|
[DescriptionAttribute("Event raised when the control loses focus after having its Text altered.")] [CategoryAttribute("Action")] public new event EventHandler TextChanged | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("Event raised when the control loses focus after having its Text altered.")] [CategoryAttribute("Action")] public: new event EventHandler^ TextChanged | |
This member is functionally equivalent to System.Web.UI.WebControls.TextBox.TextChanged.
Target Platforms: Microsoft .NET Framework 2.0