ResourceDeletePreEventArgs Constructor
Creates an instance of the ResourceDeletePreEventArgs 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 ( _
deletedResources As Guid(), _
deletionComment As String _
)
'Usage
Dim deletedResources As Guid()
Dim deletionComment As String
Dim instance As New ResourceDeletePreEventArgs(deletedResources, _
deletionComment)
public ResourceDeletePreEventArgs(
Guid[] deletedResources,
string deletionComment
)
Parameters
- deletedResources
Type: []
A collection of the GUIDs that represent the resources that are to be deleted.
- deletionComment
Type: System.String
The text that provides information about the deletion of a resource.
See Also
Reference
ResourceDeletePreEventArgs Class