SP.ClientRuntimeContext.remove_beginningRequest(value) Method
Applies to: SharePoint Foundation 2010
Removes an event handler for the beginningrequest event from the list of event handlers for this SP.ClientRuntimeContext.
SP.ClientRuntimeContext.remove_beginningRequest(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 beginningrequest event from the list of event handlers for this SP.ClientRuntimeContext.
Applies To
See Also
Reference
SP.ClientRuntimeContext Methods