ProjectCategoryCreatePostEventArgs Constructor
Creates an instance of the ProjectCategoryCreatePostEventArgs 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 ( _
createdCatUids As Guid() _
)
'Usage
Dim createdCatUids As Guid()
Dim instance As New ProjectCategoryCreatePostEventArgs(createdCatUids)
public ProjectCategoryCreatePostEventArgs(
Guid[] createdCatUids
)
Parameters
- createdCatUids
Type: []
A collection of GUIDs that represent the users, groups, resources, projects, views, and custom fields that are included in a security category.
See Also
Reference
ProjectCategoryCreatePostEventArgs Class