CustomFieldsCheckOutPreEventArgs Constructor
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