次の方法で共有


ReportingEventReceiver.OnTimesheetSavedRemote メソッド

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

構文

'宣言
Public Overridable Sub OnTimesheetSavedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetSavedEventArgs _
)
'使用
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetSavedEventArgs

instance.OnTimesheetSavedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnTimesheetSavedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetSavedEventArgs e
)

パラメーター

実装

IReportingEventReceiverRemote.OnTimesheetSavedRemote(PSContextInfo, Guid, ReportingPostTimesheetSavedEventArgs)

関連項目

参照先

ReportingEventReceiver クラス

ReportingEventReceiver メンバー

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