ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PostValidationEventArgs Class / Succeeded Property

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