WssWorkspaceAddressDeletedEventArgs Constructor
Creates an instance of the WssWorkspaceAddressDeletedEventArgs 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 _
)
'Usage
Dim projectUid As Guid
Dim instance As New WssWorkspaceAddressDeletedEventArgs(projectUid)
public WssWorkspaceAddressDeletedEventArgs(
Guid projectUid
)
Parameters
- projectUid
Type: System.Guid
The GUID of the project.
See Also
Reference
WssWorkspaceAddressDeletedEventArgs Class