PageRequestManager Events
Introduction
Events
|
Name
|
Description
|
|
beginRequest Event
|
Raised before processing of an asynchronous postback starts and the postback request is sent to the server.
|
|
endRequest Event
|
Raised after an asynchronous postback is finished and control has been returned to the browser.
|
|
initializeRequest Event
|
Raised during the initialization of the asynchronous postback.
|
|
pageLoaded Event
|
Raised after all content on the page is refreshed as the result of either a synchronous or an asynchronous postback.
|
|
pageLoading Event
|
Raised after the response from the server to an asynchronous postback is received but before any content on the page is updated.
|
note
This class contains private members that support the client-script infrastructure and are not intended to be used directly from your code. Names of private members begin with an underscore ( _ ).