C# Class Ext.Net.TabPanel

Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
LoadPostData bool
OnBeforeClientInit void
OnPreRender void
OnTabChanged void
RaisePostDataChangedEvent void
Render void
TabPanel System
TabPanel_TabChanged void

Public Methods

Method Description
IPostBackEventHandler ( string eventArgument ) : void
TabPanel ( Config config ) : System

Private Methods

Method Description
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInit ( Observable sender ) : void
OnPreRender ( EventArgs e ) : void
OnTabChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
TabPanel ( ) : System
TabPanel_TabChanged ( object sender, EventArgs e ) : void

Method Details

IPostBackEventHandler() public method

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
return void

TabPanel() public method

public TabPanel ( Config config ) : System
config Config
return System