TimesheetEventReceiver.OnLineApprovingRemote 方法

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Overridable Function OnLineApprovingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetLinePreApproveEventArgs _
) As TimesheetLinePreApproveEventArgs
用法
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetLinePreApproveEventArgs
Dim returnValue As TimesheetLinePreApproveEventArgs

returnValue = instance.OnLineApprovingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual TimesheetLinePreApproveEventArgs OnLineApprovingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetLinePreApproveEventArgs e
)

参数

返回值

类型:Microsoft.Office.Project.Server.Events.TimesheetLinePreApproveEventArgs

实现

ITimesheetEventReceiverRemote.OnLineApprovingRemote(PSContextInfo, Guid, TimesheetLinePreApproveEventArgs)

另请参阅

引用

TimesheetEventReceiver 类

TimesheetEventReceiver 成员

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