Sys.Component Event
Raised when the dispose method of the current Component object is called.
Raised when the raisePropertyChanged method of the current Component object is called.
Sys.Application Event
Raised after all scripts have been loaded but before objects are created.
Raised after all scripts have been loaded and after the objects in the application have been created and initialized.
Raised before all objects in the client application are disposed.
Sys.WebForms.PageRequestManager Event
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.
No comments:
Post a Comment