/// <summary> /// Initializes a new instance of the <see cref="Sys.WebForms.EndRequestEventArgs"/> class. /// </summary> /// <param name="error">An error object.</param> /// <param name="dataItems">An object containing data items.</param> /// <param name="response">An object of type Sys.Net.WebRequestExecutor</param> public EndRequestEventArgs(Exception error, Dictionary dataItems, WebRequestExecutor response) { }
/// <summary> /// Initializes a new instance of the <see cref="Sys.WebForms.InitializeRequestEventArgs"/> class. /// </summary> /// <param name="request">A Sys.Net.WebRequest object that represents the Web request for the EventArgs object.</param> /// <param name="postBackElement">The postback element that initiated the asynchronous postback.</param> /// <param name="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.</param> public InitializeRequestEventArgs(WebRequestExecutor request, Element postBackElement, string[] updatePanelsToUpdate) { }