Compartilhar via


TimesheetManagersDataSet.TimesheetManagersRowChangeEvent constructor

Cria uma instância da classe TimesheetManagersRowChangeEvent .

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

Syntax

'Declaração
Public Sub New ( _
    row As TimesheetManagersDataSet.TimesheetManagersRow, _
    action As DataRowAction _
)
'Uso
Dim row As TimesheetManagersDataSet.TimesheetManagersRow
Dim action As DataRowAction

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

Parâmetros

Ver também

Referência

TimesheetManagersDataSet.TimesheetManagersRowChangeEvent class

TimesheetManagersDataSet.TimesheetManagersRowChangeEvent members

WebSvcAdmin namespace