System.Web.UI.HtmlControls.HtmlTextArea.OnPreRender Method

Raises the System.Web.UI.Control.PreRender event.

Syntax

protected override void OnPreRender (EventArgs e)

Parameters

e
An EventArgs object that contains the event data.

Remarks

The HtmlTextArea.OnPreRender(EventArgs) method notifies the System.Web.UI.HtmlControls.HtmlTextArea control to perform any necessary steps prior to saving the view state and rendering content.

The HtmlTextArea.OnPreRender(EventArgs) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTextArea control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0