ComponentOne GanttView for WPF
PaintDay Event

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class : PaintDay Event
Fires when painting day on chart view.
Syntax
'Declaration
 
Public Event PaintDay As PaintDayEventHandler
public event PaintDayEventHandler PaintDay
Event Data

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

PropertyDescription
Sets the BackColor for painting day.  
Gets the Date of painting day.  
Gets the current C1.GanttView.BaseTask object.  
See Also