Share via


CustomFieldsPostEventArgs Constructor

Creates an instance of the CustomFieldsPostEventArgs 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 CustomFieldsPostEventArgs(ds)
public CustomFieldsPostEventArgs(
    CustomFieldDataSet ds
)

Parameters

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

See Also

Reference

CustomFieldsPostEventArgs Class

CustomFieldsPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace