Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.DayRender Event

Occurs when day cell is rendered.

[Visual Basic]
Public Event DayRender As DayRenderEventHandler
[C#]
public event DayRenderEventHandler DayRender;

Event Data

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

Property Description
Day Gets the CalendarDay object that represents the date.
Writer Gets the HtmlTextWriter to render the day cell.

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic