StatusingPostEventArgs Constructor (Guid, Guid)
Creates an instance of the StatusingPostEventArgs 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 ( _
projectID As Guid, _
assignmentID As Guid _
)
'Usage
Dim projectID As Guid
Dim assignmentID As Guid
Dim instance As New StatusingPostEventArgs(projectID, _
assignmentID)
public StatusingPostEventArgs(
Guid projectID,
Guid assignmentID
)
Parameters
- projectID
Type: System.Guid
The GUID of the project.
- assignmentID
Type: System.Guid
The GUID of a project assignment.
See Also
Reference
StatusingPostEventArgs Members