SP.PageRequest.remove_succeeded(value) Method

Applies to: SharePoint Foundation 2010

Removes the event handler added by the SP.PageRequest.add_succeeded(value) Method.

SP.PageRequest.remove_succeeded(value);

Parameters

value

SP.PageRequestSucceededEventHandler

The handler to be removed.

Remarks

The executor associated with the web request raises the succeeded request event by calling the succeeded method.

Applies To

SP.PageRequest Class

See Also

Reference

SP.PageRequest Methods

SP.PageRequest Properties

SP Namespace