ResourceEventReceiver.OnChangingRemote 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 OnChangingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceUpdatePreEventArgs _
) As ResourceUpdatePreEventArgs
'Usage
Dim instance As ResourceEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceUpdatePreEventArgs
Dim returnValue As ResourceUpdatePreEventArgs
returnValue = instance.OnChangingRemote(contextInfo, _
eventHandlerUid, e)
public virtual ResourceUpdatePreEventArgs OnChangingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ResourceUpdatePreEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.ResourceUpdatePreEventArgs
Implements
IResourceEventReceiverRemote.OnChangingRemote(PSContextInfo, Guid, ResourceUpdatePreEventArgs)