3 references to EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
1675
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED
, value);
1679
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11745
EventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLBORDERSTYLECHANGED
] as EventHandler;