ComponentOne InputPanel for WinForms
Error Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > InputDataNavigator Class : Error Event
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