UpdatingScheduledProjectEventArgs Constructor
Creates an instance of the UpdatingScheduledProjectEventArgs 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, _
projectUpdates As ProjectUpdatesDataSet() _
)
'Usage
Dim projectUid As Guid
Dim projectUpdates As ProjectUpdatesDataSet()
Dim instance As New UpdatingScheduledProjectEventArgs(projectUid, _
projectUpdates)
public UpdatingScheduledProjectEventArgs(
Guid projectUid,
ProjectUpdatesDataSet[] projectUpdates
)
Parameters
- projectUid
Type: System.Guid
The GUID of the project.
- projectUpdates
Type: []
A collection of ProjectUpdatesDataSet objects.
See Also
Reference
UpdatingScheduledProjectEventArgs Class