Dart.PowerWEB.TextBox Namespace > DownlevelTextArea Class : TextChanged Event (DownlevelTextArea) |
Occurs when the content of the text box is changed upon server postback.
[Visual Basic]
Public Event TextChanged() As EventHandler
[C#]
public event EventHandler TextChanged();
[C++]
public: __event EventHandler* TextChanged();
[C++/CLI]
public:
event EventHandler^ TextChanged();
Note: The control must have viewstate enabled for the TextChanged event to work correctly
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
DownlevelTextArea Class | DownlevelTextArea Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.