Hi,

Whenever adding or modify row to the datatable, RowChanged event getting
fired. But it is not getting fired when deleting the row from the table.

Is there any event fires when deletion of row happens ?

Regards

Indra Kumar

Re: RowChanged - Event by NuTcAsE

NuTcAsE
Fri Feb 18 09:40:24 CST 2005

Look at DataTable.RowDeleted, DataTable.RowDeleting events.

NuTcAsE