RowChanged event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
i have a data table with bound textboxes to display the column/row content.
When i step through the data table with BindingManagerBase.Position+=1 i
always get the RowChanged event even though i didnt change any value. Can
anybody explain this behavior?
Thanks in advance
Peter
 
The internal data binding code attempts to synchronize the data obviously.
It's a little complex but if you want to see exactly how databinding works
you can use Reflector to view the code.
 
Back
Top