CustomFieldsCheckOutPostEventArgs Constructor

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

Microsoft.Office.Project.Server.Events Namespace