DataTable.RowChanged - Newest row doesn't exist

  • Thread starter Thread starter Thomas S. Andersen
  • Start date Start date
T

Thomas S. Andersen

Hi

If I add a eventhandle to DataTable.RowChanged, I get a event when a new row
is added. But the row isn't in DataTable.Rows???
 
When checking .Rows, pass in the RowState param, in your case State Added.
 
I can't, because it's the Table.Compute() metode I'm using.

But thanks for you reply anyway
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top