Event DataRowInserting
Occurs when inserting DataRow.
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public event EventHandler<DataRowEventArgs> DataRowInserting
Returns
Type | Description |
---|---|
System.EventHandler<DataRowEventArgs> |
Occurs when inserting DataRow.
public event EventHandler<DataRowEventArgs> DataRowInserting
Type | Description |
---|---|
System.EventHandler<DataRowEventArgs> |