AdminDeletePreEventArgs constructor (Guid[], String)
Creates an instance of the AdminDeletePreEventArgs 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 AdminDeletePreEventArgs(deletedItems, _
deletionComments)
public AdminDeletePreEventArgs(
Guid[] deletedItems,
string deletionComments
)
Parameters
deletedItems
Type: []A collection of GUIDS that represent items to be deleted.
deletionComments
Type: System.StringText that provides information about items to be deleted.
See also
Reference
AdminDeletePreEventArgs members