Name

DayRenderEventHandler

Synopsis

This delegate defines the subroutine used to handle the Calendar.DayRender event. This event fires as each day is added to the currently displayed calendar month and provides additional information about the day in a DayRenderEventArgs object. The properties of this object can be modified to programmatically change the display color for a specific date or to make certain dates unselectable.

Public Delegate Sub DayRenderEventHandler(
        ByVal sender As Object, 
        ByVal e As DayRenderEventArgs) 

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.