Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the InitializeRequestEventArgs class.
var args = new Sys.WebForms.InitializeRequestEventArgs(request, postBackElement, updatePanelsToUpdate);
Parameters
Term |
Definition |
|---|---|
request |
A Sys.Net.WebRequest object that represents the Web request for the EventArgs object. |
postBackElement |
The postback element that initiated the asynchronous postback. |
updatePanelsToUpdate |
(Optional) A list of UniqueID values for UpdatePanel controls that are being requested to update their rendering by the client. Server-side processing might update additional UpdatePanel controls. |