2 references to DataGridViewRowsAddedEventHandler
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
4819public event DataGridViewRowsAddedEventHandler? RowsAdded
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
18377GetEvent<DataGridViewRowsAddedEventHandler>(s_rowsAddedEvent)?.Invoke(this, e);