Occurs when scrolling has ended on a scroll bar.

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

Syntax

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

See Also