Compartilhar via


ReportingEventReceiver.OnCommittedSolutionDecisionChangedRemote 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 OnCommittedSolutionDecisionChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostCommittedSolutionDecisionChangedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostCommittedSolutionDecisionChangedEventArgs

instance.OnCommittedSolutionDecisionChangedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnCommittedSolutionDecisionChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostCommittedSolutionDecisionChangedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnCommittedSolutionDecisionChangedRemote(PSContextInfo, Guid, ReportingPostCommittedSolutionDecisionChangedEventArgs)

Ver também

Referência

ReportingEventReceiver classe

ReportingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace