Share via


WssWorkspaceAddressUpdatingEventArgs constructor (Guid, String, Guid)

Creates an instance of the WssWorkspaceAddressUpdatingEventArgs class.

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 New ( _
    projectUid As Guid, _
    newWebName As String, _
    newWSSServerUID As Guid _
)
'Usage
Dim projectUid As Guid
Dim newWebName As String
Dim newWSSServerUID As Guid

Dim instance As New WssWorkspaceAddressUpdatingEventArgs(projectUid, _
    newWebName, newWSSServerUID)
public WssWorkspaceAddressUpdatingEventArgs(
    Guid projectUid,
    string newWebName,
    Guid newWSSServerUID
)

Parameters

  • projectUid
    Type: System.Guid

    The GUID of the project.

  • newWebName
    Type: System.String

    The new name of the project site.

  • newWSSServerUID
    Type: System.Guid

    The GUID of the new instance of the Sharepoint site for the project.

See also

Reference

WssWorkspaceAddressUpdatingEventArgs class

WssWorkspaceAddressUpdatingEventArgs members

WssWorkspaceAddressUpdatingEventArgs overload

Microsoft.Office.Project.Server.Events namespace