1 instantiation of DataGridViewRowErrorTextNeededEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
17760DataGridViewRowErrorTextNeededEventArgs dgvretne = new(rowIndex, errorText);
3 references to DataGridViewRowErrorTextNeededEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
17760DataGridViewRowErrorTextNeededEventArgs dgvretne = new(rowIndex, errorText); 17765protected virtual void OnRowErrorTextNeeded(DataGridViewRowErrorTextNeededEventArgs e) =>
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
58public delegate void DataGridViewRowErrorTextNeededEventHandler(object? sender, DataGridViewRowErrorTextNeededEventArgs e);