Raised when the value of a scrollbar has changed.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler Scroll |
Visual Basic
Copy Code
|
|---|
Public Event Scroll As EventHandler |
Event DataScroll event handlers receive an argument of type EventArgs.
See Also