C# Класс SenseNet.Portal.Portlets.Controls.BookCalendar

Наследование: EventCalendar
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnGoToDate System.Web.UI.WebControls.Button
ddlMonth System.Web.UI.WebControls.DropDownList
ddlYear System.Web.UI.WebControls.DropDownList

Защищенные методы

Метод Описание
MyCalendar_DayRender ( object sender, System.Web.UI.WebControls.DayRenderEventArgs e ) : void

Handles the DayRender event of the MyCalendar control.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

btnGoToDate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnGoToDate control.

Описание методов

MyCalendar_DayRender() защищенный Метод

Handles the DayRender event of the MyCalendar control.
protected MyCalendar_DayRender ( object sender, System.Web.UI.WebControls.DayRenderEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.DayRenderEventArgs The instance containing the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

OnPreRender() защищенный Метод

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

btnGoToDate_Click() защищенный Метод

Handles the Click event of the btnGoToDate control.
protected btnGoToDate_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

Описание свойств

btnGoToDate защищенное свойство

protected Button,System.Web.UI.WebControls btnGoToDate
Результат System.Web.UI.WebControls.Button

ddlMonth защищенное свойство

protected DropDownList,System.Web.UI.WebControls ddlMonth
Результат System.Web.UI.WebControls.DropDownList

ddlYear защищенное свойство

protected DropDownList,System.Web.UI.WebControls ddlYear
Результат System.Web.UI.WebControls.DropDownList