DayRenderEventHandler

DayRenderEventHandlerserializable

System.Web.UI.WebControls (system.web.dll)delegate

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 void DayRenderEventHandler(object sender, DayRenderEventArgs e);

Associated Events

Calendar.DayRender( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net