Méthode | Description | |
---|---|---|
Page_Load ( object sender, System e ) : void |
Handles the Load event of the Page control.
|
Méthode | Description | |
---|---|---|
OnPreInit ( System e ) : void |
Raises the E:System.Web.UI.Page.PreInit event at the beginning of page initialization.
|
protected OnPreInit ( System e ) : void | ||
e | System | An |
Résultat | void |
public Page_Load ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
Résultat | void |