'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. |
DateTime | Gets the date and time of painting interval. |
EndDateTime | Gets the end date and time (excluding) of painting interval. |
Graphics | The Graphics object. |
Rectangle | The Rectangle of painting interval. |
Task | Gets the current BaseTask object. |
See Also