Before delete event - where is it?

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I'm using a datagridview and a binding navigator in VS2005 all bound to a
table in a sql dataset. I need to be able to handle a the equivalent of a
before delete event in which I do checking before I actually execute the
delete. I can't seem to find the event that would let me do the evaluation
before actually deleting the record and cancelling the command. Can anyone
tell me where its to be found?

Thanks for any help.

Bob
 
Forget it I found it, its new event UserDeletingRow of the datagridview.

Thanks
 

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