Event fired to do when the text is edited in the EditableTextBox.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public event EventHandler<TextEditedEventArgs> TextEdited |
Visual Basic |
---|
Public Event TextEdited As EventHandler(Of TextEditedEventArgs) |