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

Occurs when a line of time cells are drawn in the control

Syntax

Visual Basic (Declaration) 
Public Event ColorLine As dbiDayView.EventColorLineHandler
C# 
public event dbiDayView.EventColorLineHandler ColorLine

Event Data

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.

PropertyDescription
LineColor Gets or sets the background color of a specific time.
Time Gets or sets the time that is currently being drawn.

Requirements

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

See Also