3 references to EVENT_DATAGRIDVIEWSCROLL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6810this.Events.AddHandler(EVENT_DATAGRIDVIEWSCROLL, value); 6814this.Events.RemoveHandler(EVENT_DATAGRIDVIEWSCROLL, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19443ScrollEventHandler eh = this.Events[EVENT_DATAGRIDVIEWSCROLL] as ScrollEventHandler;