Raises the System.Web.UI.Control.PreRender event.
- e
- An EventArgs object that contains the event data.
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.