Share via


UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent constructor

Initializes a new instance of the UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent object.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub New ( _
    row As UnsubmittedTimesheetDataSet.TimePeriodsRow, _
    action As DataRowAction _
)
'Usage
Dim row As UnsubmittedTimesheetDataSet.TimePeriodsRow
Dim action As DataRowAction

Dim instance As New UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent(row, action)
public TimePeriodsRowChangeEvent(
    UnsubmittedTimesheetDataSet.TimePeriodsRow row,
    DataRowAction action
)

Parameters

See also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent class

UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent members

WebSvcAdmin namespace