SP.ClientRuntimeContext.remove_requestSucceeded(value) Method
Applies to: SharePoint Foundation 2010
Removes an event handler for the succeeded event from the list of event handlers for this SP.ClientRuntimeContext.
SP.ClientRuntimeContext.remove_requestSucceeded(value);
Parameters
value
Type: function pointer
The pointer to the function that no longer handles the event.
Remarks
This method removes an event handler for the succeeded event from the list of event handlers for this SP.ClientRuntimeContext.
Applies To
See Also
Reference
SP.ClientRuntimeContext Methods