1 instantiation of DataGridViewCellFormattingEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12116DataGridViewCellFormattingEventArgs dgvcfe = new DataGridViewCellFormattingEventArgs(columnIndex,
5 references to DataGridViewCellFormattingEventArgs
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1898DataGridViewCellFormattingEventArgs gdvcfe = this.DataGridView.OnCellFormatting(this.ColumnIndex, rowIndex, value, this.FormattedValueType, cellStyle);
winforms\Managed\System\WinForms\DataGridViewEventHandlers.cs (1)
46public delegate void DataGridViewCellFormattingEventHandler(object sender, DataGridViewCellFormattingEventArgs e);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
12114internal DataGridViewCellFormattingEventArgs OnCellFormatting(int columnIndex, int rowIndex, object val, Type formattedValueType, DataGridViewCellStyle cellStyle) 12116DataGridViewCellFormattingEventArgs dgvcfe = new DataGridViewCellFormattingEventArgs(columnIndex, 12127protected virtual void OnCellFormatting(DataGridViewCellFormattingEventArgs e)