Occurs when vertical or horizontal scroll is changed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public event EventHandler<ScrollEventArgs> Scroll
Visual Basic
Public Event Scroll As EventHandler(Of ScrollEventArgs)
Visual C++
public:
 event EventHandler<ScrollEventArgs^>^ Scroll {
	void add (EventHandler<ScrollEventArgs^>^ value);
	void remove (EventHandler<ScrollEventArgs^>^ value);
}
F#
member Scroll : IEvent<EventHandler<ScrollEventArgs>,
    ScrollEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'ScrollEventArgs>)>)>

See Also