C# Class Ext.Net.TabPanel

Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
LoadPostData bool
OnBeforeClientInit void
OnPreRender void
OnTabChanged void
RaisePostDataChangedEvent void
Render void
TabPanel System
TabPanel_TabChanged void

Méthodes publiques

Méthode Description
IPostBackEventHandler ( string eventArgument ) : void
TabPanel ( Config config ) : System

Private Methods

Méthode 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 méthode

public IPostBackEventHandler ( string eventArgument ) : void
eventArgument string
Résultat void

TabPanel() public méthode

public TabPanel ( Config config ) : System
config Config
Résultat System