Share via


TimesheetManagersDataSet.TimesheetManagersRowChangeEvent constructor

Creates an instance of the TimesheetManagersRowChangeEvent class.

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

Syntax

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

Dim instance As New TimesheetManagersDataSet.TimesheetManagersRowChangeEvent(row, action)
public TimesheetManagersRowChangeEvent(
    TimesheetManagersDataSet.TimesheetManagersRow row,
    DataRowAction action
)

Parameters

See also

Reference

TimesheetManagersDataSet.TimesheetManagersRowChangeEvent class

TimesheetManagersDataSet.TimesheetManagersRowChangeEvent members

WebSvcAdmin namespace