Inherited RowValidating event

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top