SP.ClientRuntimeContext.add_requestFailed(value) Method
Applies to: SharePoint Foundation 2010
Attaches a handler to the failed event in the list of event handlers for this SP.ClientRuntimeContext.
SP.ClientRuntimeContext.add_requestFailed(value);
Parameters
value
Type: function pointer
The pointer to the function that handles the event.
Remarks
This method attaches the specified handler to the failed event in the list of event handlers for this SP.ClientRuntimeContext and adds the event to the list if it is not already present.
Applies To
See Also
Reference
SP.ClientRuntimeContext Methods