[]
AutoComplete event details.
public class TextEditedEventArgs : EventArgs
Name | Description |
---|---|
TextEditedEventArgs() |
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. |