Occurs when scrolling has started on a scroll bar.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event ScrollingStart As ScrollingEventHandler
C#
public event ScrollingEventHandler ScrollingStart
Visual C++
public:
 event ScrollingEventHandler^ ScrollingStart {
	void add (ScrollingEventHandler^ value);
	void remove (ScrollingEventHandler^ value);
}
JavaScript
function add_scrollingStart(value);
function remove_scrollingStart(value);

See Also