Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.