Baca dalam bahasa Inggris Edit

Bagikan melalui


DataTable.TableNewRow Event

Definition

Occurs when a new DataRow is inserted.

public event System.Data.DataTableNewRowEventHandler? TableNewRow;
public event System.Data.DataTableNewRowEventHandler TableNewRow;

Event Type

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.

Applies to

See also