3 references to DataGridViewRowsAddedEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
6703public event DataGridViewRowsAddedEventHandler RowsAdded
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
18905DataGridViewRowsAddedEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWSADDED] as DataGridViewRowsAddedEventHandler;