4 instantiations of DataGridViewCellParsingEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12745
DataGridViewCellParsingEventArgs dgvcpe =
new
(
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewCellParsingEventArgsTests.cs (3)
23
DataGridViewCellParsingEventArgs e =
new
(rowIndex, columnIndex, value, desiredType, inheritedCellStyle);
42
DataGridViewCellParsingEventArgs e =
new
(1, 2, "value", typeof(string), new DataGridViewCellStyle())
54
DataGridViewCellParsingEventArgs e =
new
(1, 2, "value", typeof(string), new DataGridViewCellStyle())
8 references to DataGridViewCellParsingEventArgs
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
12738
internal
DataGridViewCellParsingEventArgs
OnCellParsing(
12745
DataGridViewCellParsingEventArgs
dgvcpe = new(
12756
protected virtual void OnCellParsing(
DataGridViewCellParsingEventArgs
e)
25351
DataGridViewCellParsingEventArgs
dgvcpe = OnCellParsing(
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
28
public delegate void DataGridViewCellParsingEventHandler(object? sender,
DataGridViewCellParsingEventArgs
e);
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewCellParsingEventArgsTests.cs (3)
23
DataGridViewCellParsingEventArgs
e = new(rowIndex, columnIndex, value, desiredType, inheritedCellStyle);
42
DataGridViewCellParsingEventArgs
e = new(1, 2, "value", typeof(string), new DataGridViewCellStyle())
54
DataGridViewCellParsingEventArgs
e = new(1, 2, "value", typeof(string), new DataGridViewCellStyle())