CustomFieldsEventReceiverServiceProxyClient.OnUpdatingRemote 方法
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Function OnUpdatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CustomFieldsPreEventArgs _
) As CustomFieldsPreEventArgs
'用途
Dim instance As CustomFieldsEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsPreEventArgs
Dim returnValue As CustomFieldsPreEventArgs
returnValue = instance.OnUpdatingRemote(contextInfo, _
eventHandlerUid, e)
public CustomFieldsPreEventArgs OnUpdatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
CustomFieldsPreEventArgs e
)
參數
- contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
類型:System.Guid
傳回值
類型:Microsoft.Office.Project.Server.Events.CustomFieldsPreEventArgs
實作
ICustomFieldsEventReceiverRemote.OnUpdatingRemote(PSContextInfo, Guid, CustomFieldsPreEventArgs)
請參閱
參照
CustomFieldsEventReceiverServiceProxyClient 類別