C# Class RockWeb.Blocks.Event.CalendarNavigation

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: NewPointe/Rockit

Private Properties

Property Type Description
GetDivClass string
NavigateToParent void

Protected Methods

Method Description
LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

OnLoad ( EventArgs e ) : void

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

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

lbCalendarItem_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendarItem control.

lbCalendar_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendar control.

lbCalendars_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCalendars control.

lbEventOccurrence_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEventOccurrence control.

Private Methods

Method Description
GetDivClass ( int pageId ) : string

Gets the div class.

NavigateToParent ( int targetPage ) : void

Navigates to parent.

Method Details

LoadViewState() protected method

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
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

SaveViewState() protected method

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
return object

lbCalendarItem_Click() protected method

Handles the Click event of the lbCalendarItem control.
protected lbCalendarItem_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCalendar_Click() protected method

Handles the Click event of the lbCalendar control.
protected lbCalendar_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCalendars_Click() protected method

Handles the Click event of the lbCalendars control.
protected lbCalendars_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbEventOccurrence_Click() protected method

Handles the Click event of the lbEventOccurrence control.
protected lbEventOccurrence_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void