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
With VS2005 you can use the DataSourceChanged event.
> 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
[quoted text clipped - 5 lines]
>
> TIA
johneevo - 05 Apr 2006 18:31 GMT
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.
> With VS2005 you can use the DataSourceChanged event.
>
[quoted text clipped - 7 lines]
> >
> > TIA