次の方法で共有


TimesheetEventReceiverServiceProxyClient.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 TimesheetPreUpdateEventArgs _
) As TimesheetPreUpdateEventArgs
'使用
Dim instance As TimesheetEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreUpdateEventArgs
Dim returnValue As TimesheetPreUpdateEventArgs

returnValue = instance.OnUpdatingRemote(contextInfo, _
    eventHandlerUid, e)
public TimesheetPreUpdateEventArgs OnUpdatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreUpdateEventArgs e
)

パラメーター

戻り値

型: Microsoft.Office.Project.Server.Events.TimesheetPreUpdateEventArgs

実装

ITimesheetEventReceiverRemote.OnUpdatingRemote(PSContextInfo, Guid, TimesheetPreUpdateEventArgs)

関連項目

参照先

TimesheetEventReceiverServiceProxyClient クラス

TimesheetEventReceiverServiceProxyClient メンバー

Microsoft.Office.Project.Server.Events 名前空間