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