3 references to EVENT_DATAGRIDVIEWCOLUMNADDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5891this.Events.AddHandler(EVENT_DATAGRIDVIEWCOLUMNADDED, value); 5895this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCOLUMNADDED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13701DataGridViewColumnEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCOLUMNADDED] as DataGridViewColumnEventHandler;