ComponentOne Input Library for WPF
C1.WPF.Input Namespace / TextEditedEventArgs Class
Properties


In This Topic
    TextEditedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by TextEditedEventArgs.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyCancel the input of the new text.  
    Public PropertyCurrent selection start.  
    Public PropertyCurrent text.  
    Public PropertyGets or sets the last key.  
    Public PropertyIndex where the selection will start after the AutoComplete.  
    Public PropertyText that will be put in the control after the AutoComplete.  
    Top
    See Also