Used by the beginRequest event of the PageRequestManager class to pass argument information to event handlers.
Initializes a new instance of the BeginRequestEventArgs class.
A Sys.Net.WebRequest representing the web request for the EventArgs.
The postback element that initiated the async postback.
(Optional) A list of UniqueIDs for UpdatePanel controls that are requested to update their rendering by the client. Server-side processing may update additional UpdatePanels.
An object of type EventArgs that is used as a convenient way to specify an empty EventArgs instance.
Gets the postback element that initiated the asynchronous postback. This property is read-only.
HTMLElement
An HTML DOM element.
Gets the request object that represents the current postback.
An instance of the Sys.Net.WebRequest class.
Gets a list of UniqueID values for UpdatePanel controls that should re-render their content, as requested by the client. Server-side processing might update additional UpdatePanel controls.
Array<string>
An array of UniqueID values for UpdatePanel controls.