Search
ScrollBar.Scroll Event
See Also
 





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

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public event EventHandler<ScrollEventArgs> Scroll

Visual Basic  Copy Code

Public Event Scroll As EventHandler(Of ScrollEventArgs)

 See Also