dbicDayView Send comments on this topic.
HorzScroll Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : HorzScroll Event

Occurs when the horizontal scroll value changes.

Syntax

Visual Basic (Declaration) 
Public Event HorzScroll As dbiDayView.EventHorzScrollHandler
C# 
public event dbiDayView.EventHorzScrollHandler HorzScroll

Event Data

The event handler receives an argument of type HorzScrollEventArgs containing data related to this event. The following HorzScrollEventArgs properties provide information specific to this event.

PropertyDescription
Value Gets or sets the zero-based value of the horizontal scroll bar.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also