Share via


CustomFieldsPreEventArgs Constructor

Creates an instance of the CustomFieldsPreEventArgs 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 ( _
    ds As CustomFieldDataSet _
)
'Usage
Dim ds As CustomFieldDataSet

Dim instance As New CustomFieldsPreEventArgs(ds)
public CustomFieldsPreEventArgs(
    CustomFieldDataSet ds
)

Parameters

  • ds
    Type: CustomFieldDataSet
    A dataset that represents the custom fields that are affected by the current event.

See Also

Reference

CustomFieldsPreEventArgs Class

CustomFieldsPreEventArgs Members

Microsoft.Office.Project.Server.Events Namespace