DayRenderEventArgs

DayRenderEventArgs

System.Web.UI.WebControls (system.web.dll)sealed class

This object is provided to the DayRenderEventHandler. It identifies the CalendarDay that is about to be added and the TableCell that contains the date by means of 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 sealed class DayRenderEventArgs { // Public Constructors    public DayRenderEventArgs(TableCell cell, CalendarDay day); // Public Instance Properties    public TableCell Cell{get; }    public CalendarDay Day{get; } }

Passed To

DayRenderEventHandler.{BeginInvoke( ), Invoke( )}



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