Share via


CustomFieldsCheckOutPreEventArgs constructor (Guid[])

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

Parameters

  • customFields
    Type: []

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

See also

Reference

CustomFieldsCheckOutPreEventArgs class

CustomFieldsCheckOutPreEventArgs members

CustomFieldsCheckOutPreEventArgs overload

Microsoft.Office.Project.Server.Events namespace