ProjectEventReceiver.OnUpdatingPwaProjectRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Overridable Function OnUpdatingPwaProjectRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As UpdatingPwaProjectEventArgs _
) As UpdatingPwaProjectEventArgs
'Usage
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
)

Parameters

Return value

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

Implements

IProjectEventReceiverRemote.OnUpdatingPwaProjectRemote(PSContextInfo, Guid, UpdatingPwaProjectEventArgs)

See also

Reference

ProjectEventReceiver class

ProjectEventReceiver members

Microsoft.Office.Project.Server.Events namespace