Reputation:
I have some functions that changes the dataGridView's source.
What event can I bind to dataGridView in a way that for any changes in source triggers the event-function?
Or need I call a function in all other functions that load data to the source?
Upvotes: 0
Views: 113