UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent Constructor
Initializes a new instance of the UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent object.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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
- row
Type: [Admin Web service].UnsubmittedTimesheetDataSet.TimePeriodsRow
The row that contains changed data.
- action
Type: System.Data.DataRowAction
An enumeration constant that represents the action that raised the event.
See Also
Reference
UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent Class
UnsubmittedTimesheetDataSet.TimePeriodsRowChangeEvent Members