Compartilhar via


TimesheetEventReceiverServiceProxyClient.OnCreatedRemote método

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Sub OnCreatedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPostEventArgs _
)
'Uso
Dim instance As TimesheetEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPostEventArgs

instance.OnCreatedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnCreatedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPostEventArgs e
)

Parâmetros

Implementos

ITimesheetEventReceiverRemote.OnCreatedRemote(PSContextInfo, Guid, TimesheetPostEventArgs)

Ver também

Referência

TimesheetEventReceiverServiceProxyClient classe

TimesheetEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace