Delegate ScrollEventHandler
Represents the method that handles the Scroll
event of the
ScrollBar and other controls.
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e)
Parameters
sender
objectThe source of the event.
e
ScrollEventArgsA ScrollEventArgs that contains the event data.