Share via


CustomFieldsDeletePostEventArgs constructor (Guid[])

Creates an instance of the CustomFieldsDeletePostEventArgs 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 ( _
    customFields As Guid() _
)
'Usage
Dim customFields As Guid()

Dim instance As New CustomFieldsDeletePostEventArgs(customFields)
public CustomFieldsDeletePostEventArgs(
    Guid[] customFields
)

Parameters

  • customFields
    Type: []

    A collection of GUIDs of custom fields that have been deleted.

See also

Reference

CustomFieldsDeletePostEventArgs class

CustomFieldsDeletePostEventArgs members

CustomFieldsDeletePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace