3 references to EVENT_DATAGRIDVIEWCELLSTYLECHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5735this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLSTYLECHANGED, value); 5739this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLSTYLECHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13224DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLSTYLECHANGED] as DataGridViewCellEventHandler;