The events of the TabView class are listed below. For a complete list of TabView class members, see the TabView Members topic.
ActiveViewChanged | Occurs when the active View control of a TabView control changes between posts to the server. |
DataBinding (inherited from Control) | Occurs when the server control binds to a data source. |
Disposed (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. |
Init (inherited from Control) | Occurs when the server control is initialized, which is the first step in its lifecycle. |
Load (inherited from Control) | Occurs when the server control is loaded into the Page object. |
PreRender (inherited from Control) | Occurs after the Control object is loaded but prior to rendering. |
Unload (inherited from Control) | Occurs when the server control is unloaded from memory. |
TabView Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace