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.
Property | Description |
---|---|
Cancel | 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. |