June 2002
Intermediate to advanced
816 pages
28h 12m
English
DayRenderEventHandler
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)
Read now
Unlock full access