SP.PageRequest.add_succeeded(value) Method
Applies to: SharePoint Foundation 2010
Registers a handler for the succeeded request event of the web request.
SP.PageRequest.add_succeeded(value);
Parameters
value
SP.PageRequestSucceededEventHandler
The handler registered to handle the succeeded request event.
Remarks
The executor associated with the web request raises the succeeded request event by calling the succeeded method.