共用方式為


TimesheetEventReceiver.OnSubmittingRemote 方法

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

語法

'宣告
Public Overridable Function OnSubmittingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreSubmitEventArgs _
) As TimesheetPreSubmitEventArgs
'用途
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreSubmitEventArgs
Dim returnValue As TimesheetPreSubmitEventArgs

returnValue = instance.OnSubmittingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual TimesheetPreSubmitEventArgs OnSubmittingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreSubmitEventArgs e
)

參數

傳回值

類型:Microsoft.Office.Project.Server.Events.TimesheetPreSubmitEventArgs

實作

ITimesheetEventReceiverRemote.OnSubmittingRemote(PSContextInfo, Guid, TimesheetPreSubmitEventArgs)

請參閱

參照

TimesheetEventReceiver 類別

TimesheetEventReceiver 成員

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