| Visual Basic (Declaration) | |
|---|---|
Public Event VertScroll As dbiDayView.EventVertScrollHandler | |
| C# | |
|---|---|
public event dbiDayView.EventVertScrollHandler VertScroll | |
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.
| Property | Description |
|---|---|
| Time | Gets or sets the top time displayed. |
| Value | Gets or sets the zero-based value of the vertical scroll bar. |