| Visual Basic (Declaration) | |
|---|---|
Public Event ColorLine As dbiDayView.EventColorLineHandler | |
| C# | |
|---|---|
public event dbiDayView.EventColorLineHandler ColorLine | |
The event handler receives an argument of type ColorLineEventArgs containing data related to this event. The following ColorLineEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| LineColor | Gets or sets the background color of a specific time. |
| Time | Gets or sets the time that is currently being drawn. |