Property | Type | Description | |
---|---|---|---|
GetDivClass | string | ||
NavigateToParent | void |
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 ( |
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, |
Handles the Click event of the lbCalendarItem control.
|
|
lbCalendar_Click ( object sender, |
Handles the Click event of the lbCalendar control.
|
|
lbCalendars_Click ( object sender, |
Handles the Click event of the lbCalendars control.
|
|
lbEventOccurrence_Click ( object sender, |
Handles the Click event of the lbEventOccurrence control.
|
Method | Description | |
---|---|---|
GetDivClass ( int pageId ) : string |
Gets the div class.
|
|
NavigateToParent ( int targetPage ) : void |
Navigates to parent.
|
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected lbCalendarItem_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbCalendar_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbCalendars_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbEventOccurrence_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |