Search
Calendar.HScroll Event
See Also
 





Raised when the control has been scrolled horizontally.

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

 Syntax

C#  Copy Code

public event ScrollEventHandler HScroll

Visual Basic  Copy Code

Public Event HScroll As ScrollEventHandler

 Event Data

HScroll event handlers receive an argument of type ScrollEventArgs.

 See Also