|
Il presente articolo è stato tradotto automaticamente. Passare il puntatore sulle frasi nell'articolo per visualizzare il testo originale. Ulteriori informazioni.
|
Traduzione
Originale
|
Evento Control.Load
Spazio dei nomi: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Nota |
|---|
| Topic | Location |
|---|---|
| Procedura: creare gestori eventi nelle pagine Web ASP.NET (Visual Studio) | Generazione di applicazioni Web ASP.NET in Visual Studio |
| Procedura: creare un controllo utente ASP.NET | Generazione di applicazioni Web ASP.NET |
| Procedura: creare gestori eventi in pagine Web ASP.NET | Generazione di applicazioni Web ASP.NET |
| Procedura: creare gestori eventi nelle pagine Web ASP.NET (Visual Studio) | Compilazione di applicazioni Web ASP.NET in Visual Studio |
// This is the constructor for a custom Page class. // When this constructor is called, it associates the Control.Load event, // which the Page class inherits from the Control class, with the Page_Load // event handler for this version of the page. public MyPage() { Load += new EventHandler(Page_Load); }
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (ruoli di base del server non supportati), Windows Server 2008 R2 (ruoli di base del server supportati con SP1 o versione successiva, Itanium non supportato)
.NET Framework non supporta tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Nota