Compartir a través de


del método ReportingEventReceiver.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
Public Overridable Sub OnUserViewChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostUserViewChangedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostUserViewChangedEventArgs

instance.OnUserViewChangedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnUserViewChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostUserViewChangedEventArgs e
)

Parámetros

Implementaciones

IReportingEventReceiverRemote.OnUserViewChangedRemote(PSContextInfo, Guid, ReportingPostUserViewChangedEventArgs)

Vea también

Referencia

clase ReportingEventReceiver

Miembros ReportingEventReceiver

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