3 references to DataGridViewCellFormattingEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5527public event DataGridViewCellFormattingEventHandler CellFormatting
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
12137DataGridViewCellFormattingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLFORMATTING] as DataGridViewCellFormattingEventHandler;