Name

DayRenderEventArgs

Synopsis

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

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.