InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / OnError Method

In This Topic
    OnError Method (InputDataNavigator)
    In This Topic
    Raises the Error event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnError( _
       ByVal e As InputNavigatorErrorEventArgs _
    ) 
    protected virtual void OnError( 
       InputNavigatorErrorEventArgs e
    )

    Parameters

    e
    See Also