WssInteropWssWorkspaceCreatedHandler Delegate

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

Syntax

'Declaration
Public Delegate Sub WssInteropWssWorkspaceCreatedHandler ( _
    contextInfo As PSContextInfo, _
    e As WssWorkspaceCreatedEventArgs _
)
'Usage
Dim instance As New WssInteropWssWorkspaceCreatedHandler(AddressOf HandlerMethod)
public delegate void WssInteropWssWorkspaceCreatedHandler(
    PSContextInfo contextInfo,
    WssWorkspaceCreatedEventArgs e
)

Parameters

See Also

Reference

Microsoft.Office.Project.Server.Events Namespace