Compartilhar via


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

instance.OnCustomFieldChangedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnCustomFieldChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostCustomFieldChangedEventArgs e
)

Parâmetros

Ver também

Referência

IReportingEventReceiverRemote interface

IReportingEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace