TimesheetLineClassDataSet.DepartmentsRowChangeEvent constructor
Creates an instance of the DepartmentsRowChangeEvent class.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub New ( _
row As TimesheetLineClassDataSet.DepartmentsRow, _
action As DataRowAction _
)
'Usage
Dim row As TimesheetLineClassDataSet.DepartmentsRow
Dim action As DataRowAction
Dim instance As New TimesheetLineClassDataSet.DepartmentsRowChangeEvent(row, action)
public DepartmentsRowChangeEvent(
TimesheetLineClassDataSet.DepartmentsRow row,
DataRowAction action
)
Parameters
row
Type: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRowThe row that contains changed data.
action
Type: System.Data.DataRowActionThe enumeration constant that represents the action that raised the event.
See also
Reference
TimesheetLineClassDataSet.DepartmentsRowChangeEvent class