Share via


SP.ClientRequest.remove_requestSucceeded(value) Method

Applies to: SharePoint Foundation 2010

Removes a handler for the RequestSucceeded event.

SP.ClientRequest.remove_requestSucceeded(value);

Parameters

value

Type: function pointer

A pointer to the method that no longer handles the event.

Remarks

This method removes an event handler for the RequestSucceeded event from the list of event handlers for this SP.ClientRequest.

Applies To

SP.ClientRequest Class

See Also

Reference

SP.ClientRequest Methods

SP.ClientRequest Properties

SP Namespace