Inherited RowValidating event

G

Guest

I have a WinForms class (A) that contains a DataGridView and a class B
inherited from A. The DataGridView of class A contains a RowValidating event,
in class B no such event exists. But when I leave a row in class B this
validating event is not fired, in contrast to an inherited RowLeave event.
 

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