Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / TextEditedEventArgs Class / NewSelectionStart Property

In This Topic
    NewSelectionStart Property (TextEditedEventArgs)
    In This Topic
    Index where the selection will start after the AutoComplete.
    Syntax
    'Declaration
     
    
    Public Property NewSelectionStart As Integer
    public int NewSelectionStart {get; set;}
    See Also