ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PreValidationEventArgs Class / Succeeded Property

In This Topic
    Succeeded Property (PreValidationEventArgs)
    In This Topic
    Validation result (assigned in the event code in PreValidating). Default: True.
    Syntax
    'Declaration
     
    
    Public Property Succeeded As Boolean
    public bool Succeeded {get; set;}
    See Also