InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / Error Event

In This Topic
    Error Event (InputDataNavigator)
    In This Topic
    Occurs when an exception is thrown performing an action on button click.
    Syntax
    'Declaration
     
    Public Event Error As InputNavigatorErrorEventHandler
    public event InputNavigatorErrorEventHandler Error
    Event Data

    The event handler receives an argument of type InputNavigatorErrorEventArgs containing data related to this event. The following InputNavigatorErrorEventArgs properties provide information specific to this event.

    PropertyDescription
    The clicked navigator button.  
    Exception that occurred while performing the button action.  
    If set to True by event code, the exception will not be rethrown.  
    See Also