See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

TextChanged Event

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();

Remarks

The control must have viewstate enabled for the HtmlBox.TextChanged event to work correctly.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.