WssInteropEventReceiverServiceProxyClient.OnWssWorkspaceCreatedRemote 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 Sub OnWssWorkspaceCreatedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As WssWorkspaceCreatedEventArgs _
)
'Usage
Dim instance As WssInteropEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WssWorkspaceCreatedEventArgs
instance.OnWssWorkspaceCreatedRemote(contextInfo, _
eventHandlerUid, e)
public void OnWssWorkspaceCreatedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
WssWorkspaceCreatedEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Implements
See also
Reference
WssInteropEventReceiverServiceProxyClient class