Raised when the control has been scrolled vertically.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event ScrollEventHandler VScroll |
Visual Basic
Copy Code
|
|---|
Public Event VScroll As ScrollEventHandler |
Event DataVScroll event handlers receive an argument of type ScrollEventArgs.
See Also