Skip to main content
Version: 4.1

ScrollEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that handles the Scroll event of a ScrollableControl, ScrollBar, TrackBar, or DataGridView.

public delegate void ScrollEventHandler(Object sender, ScrollEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eScrollEventArgsA ScrollEventArgs that contains the event data.

Fired By

NameDescription
ScrollableControl.ScrollFired when the user or code scrolls through the client area.
ScrollBar.ScrollFired when the scroll box has been moved by either a mouse or keyboard action.
DataGridView.ScrollFired when the user or code scrolls the grid.
SlideBar.ScrollFired when the SlideBar widget scrolls its content.
ListView.ScrollFired when the user or code scrolls the ListView.