Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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. |