3 references to ScrollEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19385
ScrollEventArgs se = new
ScrollEventArgs
(scrollEventType, oldValue, newValue, orientation);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1459
ScrollEventArgs se = new
ScrollEventArgs
(type, oldValue, value, scrollOrientation);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
907
ScrollEventArgs se = new
ScrollEventArgs
(type, oldValue, newValue, this.scrollOrientation);