ClientRuntimeContext.OnExecutingWebRequest Method
Raises the ExecutingWebRequest event.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Overridable Sub OnExecutingWebRequest ( _
args As WebRequestEventArgs _
)
'Usage
Dim args As WebRequestEventArgs
Me.OnExecutingWebRequest(args)
protected virtual void OnExecutingWebRequest(
WebRequestEventArgs args
)
Parameters
args
Type: Microsoft.SharePoint.Client.WebRequestEventArgsThe WebRequestEventArgs object that contains the event data.
Remarks
This method is called to fire the ExecutingWebRequest event.