Dart.PowerWEB.TextBox Namespace > HtmlBox Class : TextChanged Event (HtmlBox) |
Occurs when the content of the HtmlBox 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();
The control must have viewstate enabled for the HtmlBox.TextChanged event to work correctly.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.