[]
        
(Showing Draft Content)

C1.WPF.TextEditedEventArgs

TextEditedEventArgs Class

AutoComplete event details.

Inheritance
TextEditedEventArgs
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class TextEditedEventArgs : EventArgs

Constructors

Name Description
TextEditedEventArgs()

Properties

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.