C1.WPF Namespace : TextEditedEventArgs Class |
For a list of all members of this type, see TextEditedEventArgs members.
Name | Description | |
---|---|---|
![]() | Cancel | Cancel the input of the new text. |
![]() | CurrentSelectionStart | Current selection start. |
![]() | CurrentText | Current text. |
![]() | LastKey | Gets or sets the last key. |
![]() | NewSelectionStart | Index where the selection will start after the AutoComplete. |
![]() | NewText | Text that will be put in the control after the AutoComplete. |