IProjectEventReceiverRemote.OnWssWorkspaceAddressDeletingRemote method
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function OnWssWorkspaceAddressDeletingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As WssWorkspaceAddressDeletingEventArgs _
) As WssWorkspaceAddressDeletingEventArgs
'Usage
Dim instance As IProjectEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WssWorkspaceAddressDeletingEventArgs
Dim returnValue As WssWorkspaceAddressDeletingEventArgs
returnValue = instance.OnWssWorkspaceAddressDeletingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
WssWorkspaceAddressDeletingEventArgs OnWssWorkspaceAddressDeletingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
WssWorkspaceAddressDeletingEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.WssWorkspaceAddressDeletingEventArgs
See also
Reference
IProjectEventReceiverRemote interface