C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1DataViewSet Class : RowAddNew Event |
'Declaration Public Event RowAddNew As C1ViewRowAddNewEventHandler
public event C1ViewRowAddNewEventHandler RowAddNew
The event handler receives an argument of type C1ViewRowAddNewEventArgs containing data related to this event. The following C1ViewRowAddNewEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | Gets the C1ViewRow that is being added. |
This event is an appropriate place to define default values for the row columns in code.
Raising an exception in this event handler prevents a new row from being added to C1DataView.