C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputDataNavigator Class / Error Event

Error Event (InputDataNavigator)
Occurs when an exception is thrown performing an action on button click.
Syntax
'Declaration
 
Public Event Error As InputNavigatorErrorEventHandler
 
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