ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent constructor
Initializes a new instance of the ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent object.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As ProjectTimesheetLinesDataSet.CustomFieldsRow, _
action As DataRowAction _
)
'Usage
Dim row As ProjectTimesheetLinesDataSet.CustomFieldsRow
Dim action As DataRowAction
Dim instance As New ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent(row, action)
public CustomFieldsRowChangeEvent(
ProjectTimesheetLinesDataSet.CustomFieldsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See also
Reference
ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent class
ProjectTimesheetLinesDataSet.CustomFieldsRowChangeEvent members