PageRequestManager Events
Events
|
Name |
Description |
|---|---|
|
Raised before processing of an asynchronous postback starts and the postback request is sent to the server. |
|
|
Raised after an asynchronous postback is finished and control has been returned to the browser. |
|
|
Raised during the initialization of the asynchronous postback. |
|
|
Raised after all content on the page is refreshed as the result of either a synchronous or an asynchronous postback. |
|
|
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 ( _ ). |
See Also
Note