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

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

    Parameters

    e
    See Also