1 instantiation of DataGridViewCellErrorTextNeededEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12192DataGridViewCellErrorTextNeededEventArgs dgvcetne = new(columnIndex, rowIndex, errorText);
3 references to DataGridViewCellErrorTextNeededEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
12192DataGridViewCellErrorTextNeededEventArgs dgvcetne = new(columnIndex, rowIndex, errorText); 12197protected virtual void OnCellErrorTextNeeded(DataGridViewCellErrorTextNeededEventArgs e)
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
18public delegate void DataGridViewCellErrorTextNeededEventHandler(object? sender, DataGridViewCellErrorTextNeededEventArgs e);