3 references to EVENT_DATAGRIDVIEWBORDERSTYLECHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
1443this.Events.AddHandler(EVENT_DATAGRIDVIEWBORDERSTYLECHANGED, value); 1447this.Events.RemoveHandler(EVENT_DATAGRIDVIEWBORDERSTYLECHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11702EventHandler eh = this.Events[EVENT_DATAGRIDVIEWBORDERSTYLECHANGED] as EventHandler;