Intercepting DeleteItem event

  • Thread starter Gudni G. Sigurdsson
  • 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
 
C

coolCoder

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.
 

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

Top