C# Class license, Rockit-CentralAZ

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ Class Usage Examples

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Method Details

Page_Load() protected méthode

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Résultat void