ComponentOne List for WinForms
C1.Win.C1List Namespace / NotInListEventArgs Class / NewEntry Property

In This Topic
    NewEntry Property (NotInListEventArgs)
    In This Topic
    String representing the text that was entered by the user but not found in the list.
    Syntax
    'Declaration
     
    
    Public Property NewEntry As String
    public string NewEntry {get; set;}
    See Also