프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindData | void | ||
ResetCalendarSelection | void | ||
SetCalendarFilterDates | void | ||
SetFilterControls | bool | ||
ShowError | void | ||
ShowWarning | void |
메소드 | 설명 | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
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.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
||
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
btnViewMode_Click ( object sender, |
Handles the Click event of the btnWeek control.
|
|
calEventCalendar_DayRender ( object sender, System.Web.UI.WebControls.DayRenderEventArgs e ) : void |
Handles the DayRender event of the calEventCalendar control.
|
|
calEventCalendar_SelectionChanged ( object sender, |
Handles the SelectionChanged event of the calEventCalendar control.
|
|
calEventCalendar_VisibleMonthChanged ( object sender, System.Web.UI.WebControls.MonthChangedEventArgs e ) : void |
Handles the VisibleMonthChanged event of the calEventCalendar control.
|
|
cblCampus_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the cblCampus control.
|
|
cblCategory_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the cblCategory control.
|
|
lbDateRangeRefresh_Click ( object sender, |
메소드 | 설명 | |
---|---|---|
BindData ( ) : void |
Loads and displays the event item occurrences
|
|
ResetCalendarSelection ( ) : void |
Resets the calendar selection. The control is configured for day selection, but selection will be changed to the week or month if that is the viewmode being used
|
|
SetCalendarFilterDates ( ) : void | ||
SetFilterControls ( ) : bool |
Loads the drop downs.
|
|
ShowError ( string heading, string message ) : void |
Shows the error.
|
|
ShowWarning ( string heading, string message ) : void |
Shows the warning.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
리턴 | void |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
protected btnViewMode_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected calEventCalendar_DayRender ( object sender, System.Web.UI.WebControls.DayRenderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.DayRenderEventArgs | The |
리턴 | void |
protected calEventCalendar_SelectionChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected calEventCalendar_VisibleMonthChanged ( object sender, System.Web.UI.WebControls.MonthChangedEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.MonthChangedEventArgs | The |
리턴 | void |
protected cblCampus_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected cblCategory_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbDateRangeRefresh_Click ( object sender, |
||
sender | object | |
e | ||
리턴 | void |