Share via


CategoryCreatePostEventArgs Constructor

Creates an instance of the CategoryCreatePostEventArgs 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 ( _
    createdCats As Guid() _
)
'Usage
Dim createdCats As Guid()

Dim instance As New CategoryCreatePostEventArgs(createdCats)
public CategoryCreatePostEventArgs(
    Guid[] createdCats
)

Parameters

  • createdCats
    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

CategoryCreatePostEventArgs Class

CategoryCreatePostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace