C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / Adding Event

Adding Event
Occurs when Add button is pressed.
Syntax
'Declaration
 
Public Event Adding As NavigatorAddingEventHandler
 
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