Compartir a través de


del método ProjectEventReceiver.OnUpdatingPwaProjectRemote

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 Function OnUpdatingPwaProjectRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As UpdatingPwaProjectEventArgs _
) As UpdatingPwaProjectEventArgs
'Uso
Dim instance As ProjectEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As UpdatingPwaProjectEventArgs
Dim returnValue As UpdatingPwaProjectEventArgs

returnValue = instance.OnUpdatingPwaProjectRemote(contextInfo, _
    eventHandlerUid, e)
public virtual UpdatingPwaProjectEventArgs OnUpdatingPwaProjectRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    UpdatingPwaProjectEventArgs e
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Project.Server.Events.UpdatingPwaProjectEventArgs

Implementaciones

IProjectEventReceiverRemote.OnUpdatingPwaProjectRemote(PSContextInfo, Guid, UpdatingPwaProjectEventArgs)

Vea también

Referencia

clase ProjectEventReceiver

Miembros ProjectEventReceiver

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