Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / OnPreValidated Method

In This Topic
    OnPreValidated Method (C1DateEdit)
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPreValidated( _
       ByVal e As PreValidationEventArgs _
    ) 
    protected virtual void OnPreValidated( 
       PreValidationEventArgs e
    )

    Parameters

    e
    See Also