C# Class Ext.Net.Checkbox

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

Private Properties

Свойство Type Description
Checkbox System
Checkbox System
Checkbox System
LoadPostData bool
OnBeforeClientInit void
OnCheckedChanged void

Méthodes publiques

Méthode Description
Checkbox ( Config config ) : System

Méthodes protégées

Méthode Description
RaisePostDataChangedEvent ( ) : void

Private Methods

Méthode Description
Checkbox ( ) : System
Checkbox ( bool check ) : System
Checkbox ( bool check, string boxLabel ) : System
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnBeforeClientInit ( Observable sender ) : void
OnCheckedChanged ( EventArgs e ) : void

Method Details

Checkbox() public méthode

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

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void