Wimark.Controls Class Library  

ScrollBar.Scroll Event

Occurs when the scroll box has been moved by either a mouse or keyboard action.

[Visual Basic]
Public Event Scroll As ScrollEventHandler 
[C#]
public event ScrollEventHandler Scroll;
[C++]
public: __event ScrollEventHandler* Scroll;

Event Data

The event handler receives an argument of type ScrollEventArgs containing data related to this event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ScrollBar Class | ScrollBar Members | Wimark.Controls Namespace