Raises when the calendar is scrolled back and forth through the navigation buttons.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<EventArgs> Scrolled |
Visual Basic
Copy Code
|
|---|
Public Event Scrolled As EventHandler(Of EventArgs) |
Event DataScrolled event handlers receive an argument of type EventArgs.
See Also