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