TimesheetListDataSet.TimesheetsRowChangeEvent Constructor
Initializes a new instance of the TimesheetListDataSet.TimesheetsRowChangeEvent object.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public Sub New ( _
row As TimesheetListDataSet.TimesheetsRow, _
action As DataRowAction _
)
'Usage
Dim row As TimesheetListDataSet.TimesheetsRow
Dim action As DataRowAction
Dim instance As New TimesheetListDataSet.TimesheetsRowChangeEvent(row, action)
public TimesheetsRowChangeEvent(
TimesheetListDataSet.TimesheetsRow row,
DataRowAction action
)
Parameters
- action
Type: System.Data.DataRowAction
See Also
Reference
TimesheetListDataSet.TimesheetsRowChangeEvent Class