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