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