This event is fired when user scrolls using either the horizontal or vertical scrollbar.

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public event ScrollEventHandler Scroll
Visual Basic (Declaration)
Public Event Scroll As ScrollEventHandler
Visual C++
public:
 event ScrollEventHandler^ Scroll {
	void add (ScrollEventHandler^ value);
	void remove (ScrollEventHandler^ value);
}

See Also