Search
Calendar.Scroll Event
See Also
 





Raised when the value of a scrollbar has changed.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public event EventHandler Scroll

Visual Basic  Copy Code

Public Event Scroll As EventHandler

 Event Data

Scroll event handlers receive an argument of type EventArgs.

 See Also