Condividi tramite


ResourceDeletePostEventArgs constructor (Guid[], String)

Creates an instance of the ResourceDeletePostEventArgs 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 ResourceDeletePostEventArgs(deletedResources, _
    deletionComment)
public ResourceDeletePostEventArgs(
    Guid[] deletedResources,
    string deletionComment
)

Parameters

  • deletedResources
    Type: []

    A collection of the GUIDs that represent the deleted resources.

  • deletionComment
    Type: System.String

    The text that provides information about a deleted resource.

See also

Reference

ResourceDeletePostEventArgs class

ResourceDeletePostEventArgs members

ResourceDeletePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace