Occurs when the text in the C1ComboBox text box changes.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event EventHandler TextChanged
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Action")> _
Public Event TextChanged As EventHandler

Implements

IEditableTextControl..::..TextChanged

See Also