Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataTable::TableNewRow Event

 

Occurs when a new DataRow is inserted.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
event DataTableNewRowEventHandler^ TableNewRow {
	void add(DataTableNewRowEventHandler^ value);
	void remove(DataTableNewRowEventHandler^ value);
}

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft