3 references to EVENT_DATAGRIDVIEWGRIDCOLORCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3354this.Events.AddHandler(EVENT_DATAGRIDVIEWGRIDCOLORCHANGED, value); 3358this.Events.RemoveHandler(EVENT_DATAGRIDVIEWGRIDCOLORCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15714EventHandler eh = this.Events[EVENT_DATAGRIDVIEWGRIDCOLORCHANGED] as EventHandler;