ComponentOne Input for WinForms
Error Event

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DbNavigator Class : Error Event
Occurs when an exceptions is thrown performing an action on button click.
Syntax
'Declaration
 
Public Event Error As NavigatorErrorEventHandler
public event NavigatorErrorEventHandler Error
Event Data

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

PropertyDescription
The clicked C1DbNavigator button.  
Error message shown in the standard message box.  
The caption of the standard message box.  
Exception that occurred while performing the button action.  
This argument is set to true by default. If it is set to False by event code, the standard message box is not shown.  
See Also