Share via


CategoryDeletePostEventArgs constructor (Guid[], String)

Creates an instance of the CategoryDeletePostEventArgs 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 ( _
    deletedItems As Guid(), _
    deletionComments As String _
)
'Usage
Dim deletedItems As Guid()
Dim deletionComments As String

Dim instance As New CategoryDeletePostEventArgs(deletedItems, _
    deletionComments)
public CategoryDeletePostEventArgs(
    Guid[] deletedItems,
    string deletionComments
)

Parameters

  • deletedItems
    Type: []

    A collection of GUIDs that belong to items in the category that has been deleted.

  • deletionComments
    Type: System.String

    Text that provides information about the deleted category.

See also

Reference

CategoryDeletePostEventArgs class

CategoryDeletePostEventArgs members

CategoryDeletePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace