次の方法で共有


TimesheetEventReceiver.OnRecallingRemote メソッド

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Overridable Function OnRecallingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreRecallEventArgs _
) As TimesheetPreRecallEventArgs
'使用
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreRecallEventArgs
Dim returnValue As TimesheetPreRecallEventArgs

returnValue = instance.OnRecallingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual TimesheetPreRecallEventArgs OnRecallingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreRecallEventArgs e
)

パラメーター

戻り値

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

実装

ITimesheetEventReceiverRemote.OnRecallingRemote(PSContextInfo, Guid, TimesheetPreRecallEventArgs)

関連項目

参照先

TimesheetEventReceiver クラス

TimesheetEventReceiver メンバー

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