Condividi tramite


ProjectTimesheetLinesDataSet.ActualsRowChangeEvent constructor

Initializes a new instance of the ProjectTimesheetLinesDataSet.ActualsRowChangeEvent object.

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

Syntax

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

Dim instance As New ProjectTimesheetLinesDataSet.ActualsRowChangeEvent(row, action)
public ActualsRowChangeEvent(
    ProjectTimesheetLinesDataSet.ActualsRow row,
    DataRowAction action
)

Parameters

See also

Reference

ProjectTimesheetLinesDataSet.ActualsRowChangeEvent class

ProjectTimesheetLinesDataSet.ActualsRowChangeEvent members

WebSvcTimeSheet namespace