共用方式為


TimesheetEventReceiver.OnLineApprovedRemote 方法

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
Public Overridable Sub OnLineApprovedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetLinePostApproveEventArgs _
)
'用途
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetLinePostApproveEventArgs

instance.OnLineApprovedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnLineApprovedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetLinePostApproveEventArgs e
)

參數

實作

ITimesheetEventReceiverRemote.OnLineApprovedRemote(PSContextInfo, Guid, TimesheetLinePostApproveEventArgs)

請參閱

參照

TimesheetEventReceiver 類別

TimesheetEventReceiver 成員

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