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

In This Topic
    Retry Property (NotInListEventArgs)
    In This Topic
    True to force the control to requery the list for the new entry.
    Syntax
    'Declaration
     
    
    Public Property Retry As Boolean
    public bool Retry {get; set;}
    See Also