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: CustomFieldDataSetA dataset that represents custom fields that are affected by the current event.
See also
Reference
CustomFieldsPostEventArgs class
CustomFieldsPostEventArgs members