ComponentOne Input for WinForms
Adding Event

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DbNavigator Class : Adding Event
Occurs when Add button is pressed.
Syntax
'Declaration
 
Public Event Adding As NavigatorAddingEventHandler
public event NavigatorAddingEventHandler Adding
Event Data

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

PropertyDescription
This argument is False by default. If you set it to True in your event code, the navigator control will abort adding a new row.  
See Also