WebUpdateDisplay Methods

The methods of the WebUpdateDisplay class are listed here. For a complete list of WebUpdateDisplay class members, see the WebUpdateDisplay Members topic.

Public Methods

ApplyUpdate

Causes the associated WebUpdateController to begin applying an update.

Cancel

Causes the associated WebUpdateController to cancel its current operation.

CheckForUpdate

Causes the associated WebUpdateController to begin checking for an available update.

DownloadUpdate

Causes the associated WebUpdateController to begin downloading an update.

Protected Methods

CreateChildControls

Overridden. Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

LoadControlState

Overridden. Restores control-state information from a previous page request that was saved by the SaveControlState method.

OnApplyUpdateButtonClick

Raises the ApplyUpdateButtonClick event.

OnCancelButtonClick

Raises the CancelButtonClick event.

OnCheckForUpdateButtonClick

Raises the CheckForUpdateButtonClick event.

OnDownloadUpdateButtonClick

Raises the DownloadUpdateButtonClick event.

OnInit

Overridden. Raises the Init event.

OnPreRender

Overridden. Raises the PreRender event.

OnRefreshButtonClick

Raises the RefreshButtonClick event.

RenderContents

Overridden. Renders the contents of the control to the specified writer. This method is used primarily by control developers.

SaveControlState

Overridden. Saves any server control state changes that have occurred since the time the page was posted back to the server.

See Also

WebUpdateDisplay Class | Kjs.AppLife.Update.Web Namespace