Occurs when the length of text in the C1ComboBox exceeds the MaxLength.

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 TextExceeded
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Action")> _
Public Event TextExceeded As EventHandler

See Also