InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNavigatorErrorEventArgs Class / InputNavigatorErrorEventArgs Constructor

In This Topic
    InputNavigatorErrorEventArgs Constructor
    In This Topic
    Initializes a new instance of the InputNavigatorErrorEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal button As InputNavigatorButton, _
       ByVal exception As Exception _
    )
    public InputNavigatorErrorEventArgs( 
       InputNavigatorButton button,
       Exception exception
    )

    Parameters

    button
    exception
    See Also