1 instantiation of DataGridViewCellFormattingEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11792
DataGridViewCellFormattingEventArgs dgvcfe =
new
(
5 references to DataGridViewCellFormattingEventArgs
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
11785
internal
DataGridViewCellFormattingEventArgs
OnCellFormatting(
11792
DataGridViewCellFormattingEventArgs
dgvcfe = new(
11803
protected virtual void OnCellFormatting(
DataGridViewCellFormattingEventArgs
e)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1588
DataGridViewCellFormattingEventArgs
gdvcfe = DataGridView.OnCellFormatting(
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
22
public delegate void DataGridViewCellFormattingEventHandler(object? sender,
DataGridViewCellFormattingEventArgs
e);