Compartilhar via


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

instance.OnCustomFieldChangedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnCustomFieldChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostCustomFieldChangedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnCustomFieldChangedRemote(PSContextInfo, Guid, ReportingPostCustomFieldChangedEventArgs)

Ver também

Referência

ReportingEventReceiver classe

ReportingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace