Fired when the text was changed.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DescriptionAttribute("Fired when the text was changed.")]
public event C1WebEditor..::..C1TextChangedEventHandler TextChanged
Visual Basic (Declaration)
<DescriptionAttribute("Fired when the text was changed.")> _
Public Event TextChanged As C1WebEditor..::..C1TextChangedEventHandler

See Also