'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.
Property | Description |
---|---|
BackColor | Sets the BackColor for painting day. |
Date | Gets the Date of painting day. |
Task | Gets the current C1.GanttView.BaseTask object. |
See Also