36 references to DataGridViewRowEventHandler
System.Windows.Forms (36)
winforms\Managed\System\WinForms\DataGridView.cs (12)
6260public event DataGridViewRowEventHandler DefaultValuesNeeded 6322public event DataGridViewRowEventHandler NewRowNeeded 6339public event DataGridViewRowEventHandler RowContextMenuStripChanged 6374public event DataGridViewRowEventHandler RowDefaultCellStyleChanged 6426public event DataGridViewRowEventHandler RowDividerHeightChanged 6460public event DataGridViewRowEventHandler RowErrorTextChanged 6529public event DataGridViewRowEventHandler RowHeaderCellChanged 6546public event DataGridViewRowEventHandler RowHeightChanged 6628public event DataGridViewRowEventHandler RowMinimumHeightChanged 6755public event DataGridViewRowEventHandler RowUnshared 6893public event DataGridViewRowEventHandler UserAddedRow 6924public event DataGridViewRowEventHandler UserDeletedRow
winforms\Managed\System\WinForms\DataGridViewMethods.cs (24)
15425DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWDEFAULTVALUESNEEDED] as DataGridViewRowEventHandler; 17098DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWNEWROWNEEDED] as DataGridViewRowEventHandler; 18015DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED] as DataGridViewRowEventHandler; 18049DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWDEFAULTCELLSTYLECHANGED] as DataGridViewRowEventHandler; 18105DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED] as DataGridViewRowEventHandler; 18230DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED] as DataGridViewRowEventHandler; 18325DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED] as DataGridViewRowEventHandler; 18766DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWHEIGHTCHANGED] as DataGridViewRowEventHandler; 18870DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED] as DataGridViewRowEventHandler; 19249DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWUNSHARED] as DataGridViewRowEventHandler; 19553DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWUSERADDEDROW] as DataGridViewRowEventHandler; 19563DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWUSERDELETEDROW] as DataGridViewRowEventHandler;