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

Occurs when the vertical scroll bar value changes.

Syntax

Visual Basic (Declaration) 
Public Event VertScroll As dbiDayView.EventVertScrollHandler
C# 
public event dbiDayView.EventVertScrollHandler VertScroll

Event Data

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

PropertyDescription
Time

Gets or sets the top time displayed.

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

Requirements

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

See Also