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