Sys.WebForms.InitializeRequestEventArgs Constructor
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. |