Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / OnFormatError Method

In This Topic
    OnFormatError Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFormatError( _
       ByVal e As FormatErrorEventArgs _
    ) 
    protected virtual void OnFormatError( 
       FormatErrorEventArgs e
    )

    Parameters

    e
    See Also