Event fired to do when the text is edited in the EditableTextBox.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<TextEditedEventArgs> TextEdited
Visual Basic
Public Event TextEdited As EventHandler(Of TextEditedEventArgs)

See Also