How to determine when a DataGridView's DataSource is finished being populated

  • Thread starter Thread starter johneevo
  • Start date Start date
J

johneevo

This would seem to be a fairly simple and straight forward thing to do.
So sorry if this has been answered somewhere already, but I have not
been able to find the answer.

I am creating a custom DataGridView component and need a way to
determine when the DataGridView's DataSource has been populated so that
I can perform some necessary processing.

TIA
 
Hi Jim,

Looks like I wasn't real clear in my description of what my problem is.

I don't need to trap for when the DataSource property is changed. What
I am looking for is a way to trap for when the DataSet's DataTable has
been populated with data. Say the end developer has issueds a call to
the Fill method. I need to trap for the completion of the Fill method.

Thanks for the response, sorry for the confusion.
 
Back
Top