BindingSource.CurrentItemChanged event

  • Thread starter Thread starter Ceefour
  • Start date Start date
C

Ceefour

Hi!

I want to ask a question regarding BindingSource.

I can't get CurrentItemChanged event to work. It's only called if the
current row position is changed or if EndEdit() is manually called.

I want it to be fired whenever a control lost focus / Validate-d or
the underlying dataset/datatable is modified.

I hope someone would be so kind to show me how.

For now my workaround is using a timer that calls EndEdit(), but I was
hoping a better solution. Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top