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

In This Topic
    OnFormatError Method (C1TextBoxBase)
    In This Topic
    Raises the FormatError event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFormatError( _
       ByVal e As FormatErrorEventArgs _
    ) 
    protected virtual void OnFormatError( 
       FormatErrorEventArgs e
    )

    Parameters

    e
    See Also