MindFusion.Wpf Pack Programmer's Guide
Calendar.Scrolled Event
See Also
 





Raises when the calendar is scrolled back and forth through the navigation buttons.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public event EventHandler<EventArgs> Scrolled

Visual Basic  Copy Code

Public Event Scrolled As EventHandler(Of EventArgs)

 Event Data

Scrolled event handlers receive an argument of type EventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace