3 references to EVENT_DATAGRIDVIEWCELLFORMATTING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5531
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLFORMATTING
, value);
5535
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLFORMATTING
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12137
DataGridViewCellFormattingEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLFORMATTING
] as DataGridViewCellFormattingEventHandler;