Intercepting DeleteItem event

  • Thread starter Thread starter Gudni G. Sigurdsson
  • Start date Start date
G

Gudni G. Sigurdsson

Hi.
I have a form with a binding source and a binding navigator and some data
bound text boxes. When the user clicks on the delete item, I want to warn
him before I actually delete the row. What is the simplest way to do that?

Regards,
Gudni
 
Hi.
I have a form with a binding source and a binding navigator and some data
bound text boxes. When the user clicks on the delete item, I want to warn
him before I actually delete the row. What is the simplest way to do that?

Regards,
Gudni

If you are using some kind of button, then just warn the user in the
button event handler.
 
Back
Top