C# Class SenseNet.Portal.Portlets.Controls.BookCalendar

Inheritance: EventCalendar
Afficher le fichier Open project: maxpavlov/FlexNet

Protected Properties

Свойство Type Description
btnGoToDate System.Web.UI.WebControls.Button
ddlMonth System.Web.UI.WebControls.DropDownList
ddlYear System.Web.UI.WebControls.DropDownList

Méthodes protégées

Méthode Description
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.

Method Details

MyCalendar_DayRender() protected méthode

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.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

OnPreRender() protected méthode

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

btnGoToDate_Click() protected méthode

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.
Résultat void

Property Details

btnGoToDate protected_oe property

protected Button,System.Web.UI.WebControls btnGoToDate
Résultat System.Web.UI.WebControls.Button

ddlMonth protected_oe property

protected DropDownList,System.Web.UI.WebControls ddlMonth
Résultat System.Web.UI.WebControls.DropDownList

ddlYear protected_oe property

protected DropDownList,System.Web.UI.WebControls ddlYear
Résultat System.Web.UI.WebControls.DropDownList