ActivityUpgradingEventArgs Constructor
Creates an instance of the ActivityUpgradingEventArgs 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 ActivityUpgradingEventArgs(projectUid)
public ActivityUpgradingEventArgs(
Guid projectUid
)
Parameters
- projectUid
Type: System.Guid
The GUID for the project.
See Also
Reference
ActivityUpgradingEventArgs Class