Compartir a través de


del método ProjectEventReceiver.OnActivityUpgradingRemote

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

returnValue = instance.OnActivityUpgradingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual ActivityUpgradingEventArgs OnActivityUpgradingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ActivityUpgradingEventArgs e
)

Parámetros

Valor devuelto

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

Implementaciones

IProjectEventReceiverRemote.OnActivityUpgradingRemote(PSContextInfo, Guid, ActivityUpgradingEventArgs)

Vea también

Referencia

clase ProjectEventReceiver

Miembros ProjectEventReceiver

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