Share via


CustomFieldsCheckInPreEventArgs Constructor

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

Dim instance As New CustomFieldsCheckInPreEventArgs(customFields, _
    force)
public CustomFieldsCheckInPreEventArgs(
    Guid[] customFields,
    bool force
)

Parameters

  • customFields
    Type: []
    A collection of GUIDs that represent custom fields that are to be checked in.
  • force
    Type: System.Boolean
    Indicates whether an administrator or project owner can force check in of a custom field.

See Also

Reference

CustomFieldsCheckInPreEventArgs Class

CustomFieldsCheckInPreEventArgs Members

Microsoft.Office.Project.Server.Events Namespace