Condividi tramite


TimesheetDataSet.AuditsRowChangeEvent constructor

Initializes a new instance of the TimesheetDataSet.AuditsRowChangeEvent object.

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

Syntax

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

Dim instance As New TimesheetDataSet.AuditsRowChangeEvent(row, action)
public AuditsRowChangeEvent(
    TimesheetDataSet.AuditsRow row,
    DataRowAction action
)

Parameters

See also

Reference

TimesheetDataSet.AuditsRowChangeEvent class

TimesheetDataSet.AuditsRowChangeEvent members

WebSvcTimeSheet namespace