DataTable.TableNewRow Событие
Определение
public:
event System::Data::DataTableNewRowEventHandler ^ TableNewRow;
public event System.Data.DataTableNewRowEventHandler? TableNewRow;
public event System.Data.DataTableNewRowEventHandler TableNewRow;
member this.TableNewRow : System.Data.DataTableNewRowEventHandler
Public Custom Event TableNewRow As DataTableNewRowEventHandler
Тип события
Комментарии
Активируется после DataRow создания нового с помощью NewRow .Fires after a new DataRow has been created using NewRow. Это событие возникает перед возвратом вызванного NewRow
метода.This event is fired before the invoked NewRow
method returns. Новый DataRow экземпляр отсоединяется, он не был добавлен в коллекцию.The new DataRow instance is detached; it has not been added to the collection.