June 2002
Intermediate to advanced
816 pages
28h 12m
English
DayRenderEventArgs
This object is provided to the DayRenderEventHandler. It identifies the CalendarDay that is about to be added and the TableCell that contains the
date, as well as the Day
and Cell properties.
The Calendar.DayRender event is fired for
every currently displayed day. This includes days from the preceding and
following month, which are used to fill out the first and last week on the calendar.
Public NotInheritable Class DayRenderEventArgs ' Public Constructors Public Sub New(ByVal cell As TableCell, ByVal day As CalendarDay) ' Public Instance Properties Public ReadOnly Property Cell As TableCell Public ReadOnly Property Day As CalendarDay End Class
Read now
Unlock full access