Compartir a través de


del método IReportingEventReceiverRemote.OnUserViewChangedRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
Sub OnUserViewChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostUserViewChangedEventArgs _
)
'Uso
Dim instance As IReportingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostUserViewChangedEventArgs

instance.OnUserViewChangedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnUserViewChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostUserViewChangedEventArgs e
)

Parámetros

Vea también

Referencia

interfaz IReportingEventReceiverRemote

Miembros IReportingEventReceiverRemote

Espacio de nombres Microsoft.Office.Project.Server.Events