| Visual Basic (Declaration) | |
|---|---|
Public Event HorzScroll As dbiDayView.EventHorzScrollHandler | |
| C# | |
|---|---|
public event dbiDayView.EventHorzScrollHandler HorzScroll | |
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.
| Property | Description |
|---|---|
| Value | Gets or sets the zero-based value of the horizontal scroll bar. |