Share via


CustomFieldsCheckOutPostEventArgs constructor (Guid[])

Creates an instance of the CustomFieldsCheckOutPostEventArgs 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 CustomFieldsCheckOutPostEventArgs(customFields)
public CustomFieldsCheckOutPostEventArgs(
    Guid[] customFields
)

Parameters

  • customFields
    Type: []

    A collection of the GUIDs of the custom fields that are checked out.

See also

Reference

CustomFieldsCheckOutPostEventArgs class

CustomFieldsCheckOutPostEventArgs members

CustomFieldsCheckOutPostEventArgs overload

Microsoft.Office.Project.Server.Events namespace