ClientRuntimeContext.OnExecutingWebRequest 方法
引發ExecutingWebRequest事件。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Protected Overridable Sub OnExecutingWebRequest ( _
args As WebRequestEventArgs _
)
'用途
Dim args As WebRequestEventArgs
Me.OnExecutingWebRequest(args)
protected virtual void OnExecutingWebRequest(
WebRequestEventArgs args
)
參數
args
類型:Microsoft.SharePoint.Client.WebRequestEventArgs包含事件資料的WebRequestEventArgs物件。
備註
這個方法稱為啟動ExecutingWebRequest事件。