次の方法で共有


CustomFieldsDeletePostEventArgs Constructor

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

Microsoft.Office.Project.Server.Events Namespace