This documentation is archived and is not being maintained.

HtmlTextArea Events

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

Public Events

public eventDataBinding (inherited from Control) Occurs when the server control binds to a data source.
public eventDisposed (inherited from Control) Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
public eventInit (inherited from Control) Occurs when the server control is initialized, which is the first step in the its lifecycle.
public eventLoad (inherited from Control) Occurs when the server control is loaded into the Page object.
public eventPreRender (inherited from Control) Occurs when the server control is about to render to its containing Page object.
public eventServerChange Occurs when the content of the HtmlTextArea control changes between posts to the server.
public eventUnload (inherited from Control) Occurs when the server control is unloaded from memory.

See Also

HtmlTextArea Class | System.Web.UI.HtmlControls Namespace

Show: