Share via


GroupDeletePostEventArgs Constructor

Creates an instance of the GroupDeletePostEventArgs class.

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 GroupDeletePostEventArgs(deletedItems, _
    deletionComments)
public GroupDeletePostEventArgs(
    Guid[] deletedItems,
    string deletionComments
)

Parameters

  • deletedItems
    Type: []
    A collection of GUIDs that represent the items in the group that has been deleted.
  • deletionComments
    Type: System.String
    The text that provides information about the deleted group.

See Also

Reference

GroupDeletePostEventArgs Class

GroupDeletePostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace