views:

192

answers:

0

When using a bindingNavigator and bindingSource and clicking a move button or add button or delete button, the bindingSource completes its action code before the click handler of the button (i.e. user code)

This prevents a save action on the row change. I'd like to find a bindingSource hook, something like 'beforeRowChange'.

I can subclass the bindingSource and get ahead of the add or remove event but that doesn't cover all the row move actions.

Any clues, suggestions welcome. Regard Stephen