Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ValidationErrorEventArgs Class / Reason Property

In This Topic
    Reason Property (ValidationErrorEventArgs)
    In This Topic
    Validation phase on which the error has been detected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Reason As ErrorReason
    public ErrorReason Reason {get;}
    See Also