DataTable.TableNewRow Event

Definition

Occurs when a new DataRow is inserted.

public event System.Data.DataTableNewRowEventHandler TableNewRow;

Remarks

Fires after a new DataRow has been created using NewRow. This event is fired before the invoked NewRow method returns. The new DataRow instance is detached; it has not been added to the collection.