Compartilhar via


StatusingEventReceiver.OnStatusSubmittedRemote 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 Overridable Sub OnStatusSubmittedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusSubmitPostEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusSubmitPostEventArgs

instance.OnStatusSubmittedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnStatusSubmittedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusSubmitPostEventArgs e
)

Parâmetros

Implementos

IStatusingEventReceiverRemote.OnStatusSubmittedRemote(PSContextInfo, Guid, StatusSubmitPostEventArgs)

Ver também

Referência

StatusingEventReceiver classe

StatusingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace