Share via


TimesheetDataSet.StatusingChangeLogRowChangeEvent Constructor

Initializes a new instance of the TimesheetDataSet.StatusingChangeLogRowChangeEvent 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 TimesheetDataSet.StatusingChangeLogRow, _
    action As DataRowAction _
)
'Usage
Dim row As TimesheetDataSet.StatusingChangeLogRow
Dim action As DataRowAction

Dim instance As New TimesheetDataSet.StatusingChangeLogRowChangeEvent(row, action)
public StatusingChangeLogRowChangeEvent(
    TimesheetDataSet.StatusingChangeLogRow row,
    DataRowAction action
)

Parameters

See Also

Reference

TimesheetDataSet.StatusingChangeLogRowChangeEvent Class

TimesheetDataSet.StatusingChangeLogRowChangeEvent Members

TimeSheet Web Service