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

Inheritance: EventCalendar
ファイルを表示 Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
btnGoToDate System.Web.UI.WebControls.Button
ddlMonth System.Web.UI.WebControls.DropDownList
ddlYear System.Web.UI.WebControls.DropDownList

Protected Methods

Method 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 method

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.
return void

OnLoad() protected method

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

OnPreRender() protected method

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

btnGoToDate_Click() protected method

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.
return void

Property Details

btnGoToDate protected_oe property

protected Button,System.Web.UI.WebControls btnGoToDate
return System.Web.UI.WebControls.Button

ddlMonth protected_oe property

protected DropDownList,System.Web.UI.WebControls ddlMonth
return System.Web.UI.WebControls.DropDownList

ddlYear protected_oe property

protected DropDownList,System.Web.UI.WebControls ddlYear
return System.Web.UI.WebControls.DropDownList