PowerWEB LiveControls for ASP.NET
TextChanged Event
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTextBox Class : TextChanged Event



Occurs when the content of the LiveTextBox changes between posts to the server.

Syntax

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

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.TextBox.TextChanged.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.