ActivityUpgradedEventArgs Constructor
Creates a new instance of the ActivityUpgradedEventArgs class; used internally.
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 ActivityUpgradedEventArgs(projectUid)
public ActivityUpgradedEventArgs(
Guid projectUid
)
Parameters
- projectUid
Type: System.Guid
The GUID for the project.
See Also
Reference
ActivityUpgradedEventArgs Class