MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar Methods
 


 Public Methods

  Name Description

LoadPostData

When implemented by a derived class, processes postback data for the Calendar server control.

OnContactSerialization

Raises the ContactSerialization event.

OnCultureChanged

Raises the CultureChanged event.

OnItemCreated

Raises the ItemCreated event.

OnItemDeleted

Raises the ItemDeleted event.

OnItemInplaceEdited

Raises the ItemInplaceEdited event.

OnItemModified

Raises the ItemModified event.

OnItemSerialization

Raises the ItemSerialization event.

OnLocationSerialization

Raises the LocationSerialization event.

OnRecurrenceSerialization

Raises the RecurrenceSerialization event.

OnReminderSerialization

Raises the ReminderSerialization event.

OnResourceSerialization

Raises the ResourceSerialization event.

OnTaskSerialization

Raises the TaskSerialization event.

OnThemeChanged

Raises the ThemeChanged event.

OnVisibleDateChanged

Raises the VisibleDateChanged event.

RaisePostBackEvent

When implemented by a derived class, enables a server control to process an event raised when a form is posted to the server.

RaisePostDataChangedEvent

When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed.

 Protected Methods

  Name Description

AddAttributesToRender

WebControl.AddAttributesToRender override. Adds HTML attributes and styles that need to be rendered by the specified HtmlTextWriter.

LoadViewState

Control.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

OnPreRender

Control.OnPreRender override.

Render

Control.Render override.

RenderContents

WebControl.RenderContents override. Renders the contents of the control to the specified writer.

SaveViewState

Control.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

TrackViewState

Control.TrackViewState override. Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

 See Also

Calendar Class
MindFusion.Scheduling.WebForms Namespace