1 instantiation of DataGridViewCellValidatingEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
13095
DataGridViewCellValidatingEventArgs dgvcfvce =
new
(columnIndex, rowIndex, editedFormattedValue);
3 references to DataGridViewCellValidatingEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
13095
DataGridViewCellValidatingEventArgs
dgvcfvce = new(columnIndex, rowIndex, editedFormattedValue);
13113
protected virtual void OnCellValidating(
DataGridViewCellValidatingEventArgs
e)
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
36
public delegate void DataGridViewCellValidatingEventHandler(object? sender,
DataGridViewCellValidatingEventArgs
e);