J
Jim
I have a class that inherits from the DataGrid class. I want to know
when the datasource of my datagrid has changed, but want to execute a
function within my extended datagrid class.
For example:
If you drag out a datagrid onto a form, you can assign an event handler
to "DataSourceChanged" event of the datagrid. I wish to execute code
within the extended datagrid class every time the data source changes.
Anyone know how to do this?
Thanks!
when the datasource of my datagrid has changed, but want to execute a
function within my extended datagrid class.
For example:
If you drag out a datagrid onto a form, you can assign an event handler
to "DataSourceChanged" event of the datagrid. I wish to execute code
within the extended datagrid class every time the data source changes.
Anyone know how to do this?
Thanks!