'Declaration Public Event TableNewRow As System.Data.DataTableNewRowEventHandler
public event System.Data.DataTableNewRowEventHandler TableNewRow
Event Data
The event handler receives an argument of type System.Data.DataTableNewRowEventArgs containing data related to this event. The following DataTableNewRowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Row | Gets the row that is being added. |
See Also