Share via


TemplateDeletePreEventArgs Constructor

Creates an instance of the TemplateDeletePreEventArgs 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 TemplateDeletePreEventArgs(deletedItems, _
    deletionComments)
public TemplateDeletePreEventArgs(
    Guid[] deletedItems,
    string deletionComments
)

Parameters

  • deletedItems
    Type: []
    A collection of GUIDS that represent items that are to be deleted.
  • deletionComments
    Type: System.String
    The text that provides information about items that are to be deleted.

See Also

Reference

TemplateDeletePreEventArgs Class

TemplateDeletePreEventArgs Members

Microsoft.Office.Project.Server.Events Namespace